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 3.0.1 to 3.0.2

2

lib/elliptic/ec/key.js

@@ -96,3 +96,3 @@ var bn = require('bn.js');

KeyPair.prototype._importPrivate = function _importPrivate(key, enc) {
this.priv = new bn(key, 16);
this.priv = new bn(key, enc || 16);

@@ -99,0 +99,0 @@ // Ensure that the priv won't be bigger than n, otherwise we may fail

{
"name": "elliptic",
"version": "3.0.1",
"version": "3.0.2",
"description": "EC cryptography",

@@ -5,0 +5,0 @@ "main": "lib/elliptic.js",

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