Socket
Socket
Sign inDemoInstall

@cosmjs/proto-signing

Package Overview
Dependencies
Maintainers
2
Versions
92
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cosmjs/proto-signing - npm Package Compare versions

Comparing version 0.29.0-rc.1 to 0.29.0

3

build/coins.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.parseCoins = void 0;
const math_1 = require("@cosmjs/math");
/**

@@ -22,3 +21,3 @@ * Takes a coins list like "819966000ucosm,700000000ustake" and parses it.

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

@@ -25,0 +24,0 @@ };

{
"name": "@cosmjs/proto-signing",
"version": "0.29.0-rc.1",
"version": "0.29.0",
"description": "Utilities for protobuf based signing (Cosmos SDK 0.40+)",

@@ -42,7 +42,7 @@ "contributors": [

"dependencies": {
"@cosmjs/amino": "^0.29.0-rc.1",
"@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/amino": "^0.29.0",
"@cosmjs/crypto": "^0.29.0",
"@cosmjs/encoding": "^0.29.0",
"@cosmjs/math": "^0.29.0",
"@cosmjs/utils": "^0.29.0",
"cosmjs-types": "^0.5.0",

@@ -87,4 +87,3 @@ "long": "^4.0.0"

"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