Socket
Socket
Sign inDemoInstall

@cosmjs/math

Package Overview
Dependencies
Maintainers
1
Versions
106
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cosmjs/math - npm Package Compare versions

Comparing version 0.21.1 to 0.22.0-alpha.0

3

build/integers.js

@@ -146,2 +146,5 @@ "use strict";

}
if (!Number.isInteger(input)) {
throw new Error("Input is not an integer");
}
let bigint;

@@ -148,0 +151,0 @@ try {

6

package.json
{
"name": "@cosmjs/math",
"version": "0.21.1",
"version": "0.22.0-alpha.0",
"description": "Math helpers for blockchain projects",

@@ -26,3 +26,3 @@ "contributors": [

"scripts": {
"docs": "shx rm -rf docs && typedoc --options typedoc.js",
"docs": "typedoc --options typedoc.js",
"lint": "eslint --max-warnings 0 \"**/*.{js,ts}\"",

@@ -51,3 +51,3 @@ "lint-fix": "eslint --max-warnings 0 \"**/*.{js,ts}\" --fix",

},
"gitHead": "66c2b2309c27feecec6fdfb43be50820244665ed"
"gitHead": "2f83fcd1f97f4958dbb8911cb29a338153e46460"
}

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