Socket
Socket
Sign inDemoInstall

@cosmjs/amino

Package Overview
Dependencies
Maintainers
2
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cosmjs/amino - npm Package Compare versions

Comparing version 0.29.0-rc.1 to 0.29.0

2

build/coins.js

@@ -64,3 +64,3 @@ "use strict";

return {
amount: math_1.Uint64.fromString(match[1]).toString(),
amount: match[1].replace(/^0+/, "") || "0",
denom: match[2],

@@ -67,0 +67,0 @@ };

{
"name": "@cosmjs/amino",
"version": "0.29.0-rc.1",
"version": "0.29.0",
"description": "Helpers for Amino based signing.",

@@ -43,6 +43,6 @@ "contributors": [

"dependencies": {
"@cosmjs/crypto": "^0.29.0-rc.1",
"@cosmjs/encoding": "^0.29.0-rc.1",
"@cosmjs/math": "^0.29.0-rc.1",
"@cosmjs/utils": "^0.29.0-rc.1"
"@cosmjs/crypto": "^0.29.0",
"@cosmjs/encoding": "^0.29.0",
"@cosmjs/math": "^0.29.0",
"@cosmjs/utils": "^0.29.0"
},

@@ -82,4 +82,3 @@ "devDependencies": {

"webpack-cli": "^4.6.0"
},
"stableVersion": "0.28.11"
}
}

Sorry, the diff of this file is not supported yet

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