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

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.6.2 to 0.7.0

.dntrc

45

package.json
{
"name" : "bignum",
"version" : "0.6.2",
"description" : "Arbitrary-precision integer arithmetic using OpenSSL",
"main" : "./index.js",
"repository" : {
"type" : "git",
"url" : "http://github.com/justmoon/node-bignum.git"
"name": "bignum",
"version": "0.7.0",
"description": "Arbitrary-precision integer arithmetic using OpenSSL",
"main": "./index.js",
"repository": {
"type": "git",
"url": "http://github.com/justmoon/node-bignum.git"
},

@@ -19,20 +19,23 @@ "keywords": [

],
"author" : {
"name" : "Stefan Thomas",
"email" : "justmoon@members.fsf.org",
"url" : "http://www.justmoon.net"
"author": {
"name": "Stefan Thomas",
"email": "justmoon@members.fsf.org",
"url": "http://www.justmoon.net"
},
"devDependencies" : {
"expresso" : ">=0.6.0",
"binary" : ">=0.1.7",
"put" : ">=0.0.5"
"dependencies": {
"nan": "~1.0.0"
},
"license" : "MIT/X11",
"engine" : {
"node" : ">=0.8.0"
"devDependencies": {
"expresso": ">=0.6.0",
"binary": ">=0.1.7",
"put": ">=0.0.5"
},
"scripts" : {
"install" : "node-gyp configure build",
"test" : "expresso"
"license": "MIT/X11",
"engine": {
"node": ">=0.8.0"
},
"scripts": {
"install": "node-gyp configure build",
"test": "expresso"
},
"contributors": [

@@ -39,0 +42,0 @@ "James Halliday <mail@substack.net>"

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