Socket
Socket
Sign inDemoInstall

elliptic

Package Overview
Dependencies
Maintainers
1
Versions
84
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

elliptic - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

6

package.json
{
"name": "elliptic",
"version": "2.0.1",
"version": "2.0.2",
"description": "EC cryptography",

@@ -27,7 +27,7 @@ "main": "lib/elliptic.js",

"browserify": "^3.44.2",
"mocha": "^1.18.2",
"mocha": "^2.1.0",
"uglify-js": "^2.4.13"
},
"dependencies": {
"bn.js": "^1.0.0",
"bn.js": "^1.2.4",
"brorand": "^1.0.1",

@@ -34,0 +34,0 @@ "hash.js": "^1.0.0",

@@ -113,2 +113,8 @@ # Elliptic [![Build Status](https://secure.travis-ci.org/indutny/elliptic.png)](http://travis-ci.org/indutny/elliptic)

### Related projects
* [eccrypto][3]: isomorphic implementation of ECDSA, ECDH and ECIES for both
browserify and node (uses `elliptic` for browser and [secp256k1-node][4] for
node)
#### LICENSE

@@ -142,1 +148,3 @@

[2]: https://github.com/indutny/hash.js
[3]: https://github.com/bitchan/eccrypto
[4]: https://github.com/wanderer/secp256k1-node
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