Socket
Socket
Sign inDemoInstall

bignum

Package Overview
Dependencies
Maintainers
3
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bignum - npm Package Compare versions

Comparing version 0.12.2 to 0.12.3

7

package.json
{
"name": "bignum",
"version": "0.12.2",
"version": "0.12.3",
"description": "Arbitrary-precision integer arithmetic using OpenSSL",

@@ -25,3 +25,2 @@ "main": "./index.js",

"dependencies": {
"bindings": "~1.2.1",
"nan": "^2.3.4",

@@ -39,3 +38,3 @@ "node-pre-gyp": "~0.6.28"

"install": "node-pre-gyp install --fallback-to-build",
"test": "standard && tap --cov test/*.js"
"test": "standard && tap test/*.js"
},

@@ -45,3 +44,3 @@ "binary": {

"module_name": "bignum",
"module_path": "./binding",
"module_path": "binding/",
"remote_path": "./{name}/v{version}"

@@ -48,0 +47,0 @@ },

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