Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@ckb-lumos/bi

Package Overview
Dependencies
Maintainers
3
Versions
153
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ckb-lumos/bi - npm Package Compare versions

Comparing version 0.17.0-rc7 to 0.17.0-rc8

LICENSE

2

lib/index.js

@@ -156,2 +156,4 @@ "use strict";

return toBI(toJSBI(value));
} else if (value instanceof _jsbi.default) {
return toBI(toJSBI(value.toString()));
} else {

@@ -158,0 +160,0 @@ throw new Error(`invalid type: ${value} can't be converted into BI`);

6

package.json
{
"name": "@ckb-lumos/bi",
"version": "0.17.0-rc7",
"version": "0.17.0-rc8",
"description": "Bigint support in lumos",

@@ -35,3 +35,3 @@ "author": "",

"lint": "eslint -c ../../.eslintrc.js \"{src,tests,examples}/**/*.ts\"",
"test": "ava **/*.test.ts",
"test": "ava **/*.test.ts --timeout=2m",
"build": "npm run build:types && npm run build:js",

@@ -55,3 +55,3 @@ "build:types": "tsc --declaration --emitDeclarationOnly",

},
"gitHead": "38bf70632142311ae06f068b7d76ed4062fec5da"
"gitHead": "2489e45e67fad85feb01e6a9793bcc150c30b8a3"
}

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