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 4.11.8 to 5.0.0

CHANGELOG.md

5

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

@@ -27,2 +27,5 @@ "main": "lib/bn.js",

},
"files": [
"lib"
],
"homepage": "https://github.com/indutny/bn.js",

@@ -29,0 +32,0 @@ "browser": {

11

README.md

@@ -40,6 +40,6 @@ # <img src="./logo.png" alt="bn.js" width="160" height="160" />

The only available postfix at the moment is:
* `n` - which means that the argument of the function must be a plain JavaScript
* `n` - the argument of the function must be a plain JavaScript
Number. Decimals are not supported.
* `rn` - both argument and return value of the function are plain JavaScript
Numbers. Decimals are not supported.

@@ -196,2 +196,7 @@ ### Examples

### Number Size
Optimized for elliptic curves that work with 256-bit numbers.
There is no limitation on the size of the numbers.
## LICENSE

@@ -198,0 +203,0 @@

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