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
npm update @bitgo/bitgo
# Specify the specific package you want to update
npm update @bitgo/<PACKAGE_NAME>
2. Update Yarn
yarn add @bitgo/bitgo
# Specify the specific package you want to update
yarn add @bitgo/<PACKAGE_NAME>
3. Install npm
npm install @bitgo/bitgo
# Specify the specific package you want to update
npm install @bitgo/<PACKAGE_NAME>
See Also
Updated 22 days ago