Socket
Socket
Sign inDemoInstall

@arcblock/forge-util

Package Overview
Dependencies
Maintainers
2
Versions
102
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@arcblock/forge-util - npm Package Compare versions

Comparing version 1.0.30-alpha.0 to 1.0.30

4

lib/index.js

@@ -346,5 +346,3 @@ /* eslint-disable no-bitwise */

if (!arg.match(/^-?[0-9.]+$/)) {
throw new Error(
`while converting number to string, invalid number value '${arg}', should be a number matching (^-?[0-9.]+).`
);
throw new Error(`Invalid value '${arg}' while converting to string, should be a number matching (^-?[0-9.]+).`);
}

@@ -351,0 +349,0 @@ return arg;

{
"name": "@arcblock/forge-util",
"version": "1.0.30-alpha.0",
"version": "1.0.30",
"description": "utils shared across mutlipe forge js libs, works in both node.js and browser",

@@ -57,3 +57,4 @@ "keywords": [

"url": "https://github.com/ArcBlock/forge-js/issues"
}
},
"gitHead": "66a4d09c7c1a7f6522b088b746fdbe5d4aafd0fd"
}
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