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.13.0 to 0.13.1

.github/workflows/main.yml

2

index.js

@@ -77,3 +77,3 @@ var bin = require('bindings')('bignum')

;[ 'add', 'sub', 'mul', 'div', 'mod' ].forEach(function (op) {
;['add', 'sub', 'mul', 'div', 'mod'].forEach(function (op) {
BigNum.prototype[op] = function (num) {

@@ -80,0 +80,0 @@ var x

{
"name": "bignum",
"version": "0.13.0",
"version": "0.13.1",
"description": "Arbitrary-precision integer arithmetic using OpenSSL",

@@ -25,26 +25,15 @@ "main": "./index.js",

"dependencies": {
"bindings": "~1.3.0",
"nan": "~2.10.0",
"prebuild-install": "~4.0.0",
"safe-buffer": "~5.1.2"
"bindings": "^1.5.0",
"nan": "^2.14.0",
"safe-buffer": "^5.2.0"
},
"devDependencies": {
"prebuild": "~7.6.0",
"prebuild-ci": "~2.2.3",
"put": "~0.0.5",
"standard": "~11.0.1",
"tap": "~12.0.1"
"put": "0.0.6",
"standard": "^14.3.1",
"tap": "^14.10.5"
},
"scripts": {
"install": "prebuild-install || node-gyp rebuild",
"rebuild": "prebuild --compile",
"prebuild": "prebuild --all --strip --verbose",
"test": "standard && tap --timeout 120 test/*.js && prebuild-ci"
"install": "node-gyp rebuild",
"test": "standard && tap --timeout 120 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",

@@ -51,0 +40,0 @@ "contributors": [

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