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.1 to 0.12.2

20

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

@@ -26,5 +26,7 @@ "main": "./index.js",

"bindings": "~1.2.1",
"nan": "^2.3.4"
"nan": "^2.3.4",
"node-pre-gyp": "~0.6.28"
},
"devDependencies": {
"aws-sdk": "~2.4.0",
"put": "~0.0.5",

@@ -34,10 +36,18 @@ "standard": "~7.1.2",

},
"license": "MIT",
"scripts": {
"install": "node-gyp configure build",
"preinstall": "npm install node-pre-gyp",
"install": "node-pre-gyp install --fallback-to-build",
"test": "standard && tap --cov test/*.js"
},
"binary": {
"host": "https://rvagg-node.s3-us-west-2.amazonaws.com",
"module_name": "bignum",
"module_path": "./binding",
"remote_path": "./{name}/v{version}"
},
"license": "MIT",
"contributors": [
"James Halliday <mail@substack.net>"
"James Halliday <mail@substack.net>",
"Rod Vagg <rod@vagg.org>"
]
}

Sorry, the diff of this file is not supported yet

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