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

Install SDK

Steps

1. Update npm

  • CLI
1 2 npm update @bitgo/xxx@1.2.3 npm update @bitgo/xxx@latest

2. Update Yarn

  • CLI
1 2 yarn add @bitgo/xxx@1.2.3 yarn add @bitgo/xxx@latest

3. Install npm

  • CLI
1 2 npm install @bitgo/xxx@1.2.3 npm install @bitgo/xxx@latest

See Also

GitHub Repo: BitGo JavaScript SDK