New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@bitgo/abstract-cosmos

Package Overview
Dependencies
Maintainers
14
Versions
108
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bitgo/abstract-cosmos - npm Package Compare versions

Comparing version 4.0.0 to 5.0.0

28

CHANGELOG.md

@@ -6,2 +6,30 @@ # Change Log

# [5.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@1.6.0...@bitgo/abstract-cosmos@5.0.0) (2024-01-25)
### Bug Fixes
- **abstract-cosmos:** getAccountDetails fix ([d5c6c74](https://github.com/BitGo/BitGoJS/commit/d5c6c74845e62ee3cd68321c55d729da1526fcae))
- **abstract-cosmos:** getAccountDetails fix ([3c869f2](https://github.com/BitGo/BitGoJS/commit/3c869f22ce9db917feaa75acec8a47696043bcd3))
- add bech32 validation to cosmos address validation ([f5008a7](https://github.com/BitGo/BitGoJS/commit/f5008a7298f9cb470795f8087b6840cf7f254369))
- address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
### Code Refactoring
- **sdk-coin-atom:** use abstract-cosmos ([18abbea](https://github.com/BitGo/BitGoJS/commit/18abbea939bb8f1cee1bbc72cfd8a2955468fcc5))
### Features
- **abstract-cosmos:** add support for different pubkey types ([e257093](https://github.com/BitGo/BitGoJS/commit/e257093605a4bfe22fbe0b0f9933bfef1a3975c6))
- **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
### BREAKING CHANGES
- **sdk-coin-atom:** restructured exports
* Removed constants overlapping with @bitgo/abstract-cosmos
* Removed common Interfaces exported by @bitgo/abstract-cosmos
Code dependent on the previously exported Interfaces/Constants needs to
be updated to import these from @bitgo/abstract-cosmos instead
# [4.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@1.6.0...@bitgo/abstract-cosmos@4.0.0) (2024-01-22)

@@ -8,0 +36,0 @@

12

package.json
{
"name": "@bitgo/abstract-cosmos",
"version": "4.0.0",
"version": "5.0.0",
"description": "BitGo SDK coin library for COSMOS base implementation",

@@ -40,6 +40,6 @@ "main": "./dist/src/index.js",

"dependencies": {
"@bitgo/sdk-core": "^21.0.0",
"@bitgo/sdk-lib-mpc": "^8.28.0",
"@bitgo/statics": "^42.0.0",
"@bitgo/utxo-lib": "^9.29.0",
"@bitgo/sdk-core": "^22.0.0",
"@bitgo/sdk-lib-mpc": "^8.29.0",
"@bitgo/statics": "^43.0.0",
"@bitgo/utxo-lib": "^9.30.0",
"@cosmjs/amino": "^0.29.5",

@@ -58,3 +58,3 @@ "@cosmjs/crypto": "^0.30.1",

},
"gitHead": "d01639ed72ef058d060acba08818718cf397b2e3"
"gitHead": "9674caf36b473e36103e7e22ef4f823123131d4e"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc