Socket
Socket
Sign inDemoInstall

bn.js

Package Overview
Dependencies
0
Maintainers
3
Versions
119
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.1.1 to 5.1.2

5

CHANGELOG.md

@@ -0,1 +1,6 @@

5.1.2 / 2020-05-20
------------------
- Fix BN v5/v4 interoperability issue (#249)
5.1.1 / 2019-12-24

@@ -2,0 +7,0 @@ ------------------

38

package.json
{
"name": "bn.js",
"version": "5.1.1",
"version": "5.1.2",
"description": "Big number implementation in pure javascript",
"main": "lib/bn.js",
"scripts": {
"lint": "standardx",
"unit": "mocha --reporter=spec test/*-test.js",
"test": "npm run lint && npm run unit"
},
"repository": {
"type": "git",
"url": "git@github.com:indutny/bn.js"
},
"keywords": [
"BN",
"Big number",
"BigNum",
"Big number",
"Modulo",
"Montgomery"
],
"author": "Fedor Indutny <fedor@indutny.com>",
"license": "MIT",
"homepage": "https://github.com/indutny/bn.js",
"bugs": {
"url": "https://github.com/indutny/bn.js/issues"
},
"repository": {
"type": "git",
"url": "git@github.com:indutny/bn.js"
},
"license": "MIT",
"author": "Fedor Indutny <fedor@indutny.com>",
"files": [
"lib"
"lib/bn.js"
],
"homepage": "https://github.com/indutny/bn.js",
"main": "lib/bn.js",
"browser": {
"buffer": false
},
"scripts": {
"lint": "standardx",
"test": "npm run lint && npm run unit",
"unit": "mocha --reporter=spec test/*-test.js"
},
"devDependencies": {
"babel-eslint": "^10.0.2",
"mocha": "^6.1.4",
"standardx": "^4.0.0"
"babel-eslint": "^10.0.3",
"mocha": "^7.0.1",
"standardx": "^5.0.0"
},

@@ -39,0 +39,0 @@ "standardx": {

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc