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.0 to 5.1.1

6

CHANGELOG.md

@@ -0,1 +1,7 @@

5.1.1 / 2019-12-24
------------------
- Temporary workaround for BN#_move (#236)
- Add eslintrc instead config in package.json (#237)
5.1.0 / 2019-12-23

@@ -2,0 +8,0 @@ ------------------

11

package.json
{
"name": "bn.js",
"version": "5.1.0",
"version": "5.1.1",
"description": "Big number implementation in pure javascript",

@@ -41,12 +41,3 @@ "main": "lib/bn.js",

"parser": "babel-eslint"
},
"eslintConfig": {
"rules": {
"semi": [
2,
"always"
],
"no-extra-semi": 2
}
}
}

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