Update SDK
Overview
Update the JavaScript SDK to ensure you have the latest functionality. BitGo recommends always using the most recent version of the SDK to ensure streamlined functionality and the latest security enhancements.
Prerequisites
Steps
1. Update npm
1 2
npm update @bitgo/xxx@1.2.3 npm update @bitgo/xxx@latest
2. Update Yarn
1 2
yarn add @bitgo/xxx@1.2.3 yarn add @bitgo/xxx@latest
3. Install npm
1 2
npm install @bitgo/xxx@1.2.3 npm install @bitgo/xxx@latest