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

biggystring

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

biggystring - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

lib/index.js

13

package.json
{
"name": "biggystring",
"version": "1.0.0",
"version": "1.0.1",
"description": "Wrapper for bn.js to directly operate on strings as big numbers",
"main": "lib/index.js",
"module": "lib/index.js",
"keywords": [

@@ -19,2 +19,7 @@ "big",

},
"files": [
"lib/*",
"package.json",
"readme.md"
],
"devDependencies": {

@@ -38,9 +43,9 @@ "babel-cli": "^6.24.1",

"babel": "babel src/ -d lib/",
"build": "npm run prepare && npm run flow",
"build": "npm run lint && npm run prepare && npm run flow",
"cover": "nyc --reporter=lcov --reporter=text --reporter=html --extension .js npm test",
"lint --fix": "standard '*.js' 'src/**/*.js' --fix",
"lint": "standard '*.js' 'src/**/*.js'",
"prepare": "npm run lint && npm run babel",
"prepare": "npm run babel",
"test": "npm run build && mocha"
}
}
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