Comparing version 5.1.1 to 5.1.2
@@ -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 @@ ------------------ |
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
99671
3020