Socket
Socket
Sign inDemoInstall

elliptic

Package Overview
Dependencies
7
Maintainers
1
Versions
82
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 6.5.0 to 6.5.1

5

lib/elliptic/curve/short.js

@@ -424,4 +424,5 @@ 'use strict';

k = new BN(k, 16);
if (this._hasDoubles(k))
if (this.isInfinity())
return this;
else if (this._hasDoubles(k))
return this.curve._fixedNafMul(this, k);

@@ -428,0 +429,0 @@ else if (this.curve.endo)

12

package.json
{
"name": "elliptic",
"version": "6.5.0",
"version": "6.5.1",
"description": "EC cryptography",

@@ -35,4 +35,4 @@ "main": "lib/elliptic.js",

"brfs": "^1.4.3",
"coveralls": "^2.11.3",
"grunt": "^0.4.5",
"coveralls": "^3.0.4",
"grunt": "^1.0.4",
"grunt-browserify": "^5.0.0",

@@ -44,7 +44,7 @@ "grunt-cli": "^1.2.0",

"grunt-mocha-istanbul": "^3.0.1",
"grunt-saucelabs": "^8.6.2",
"grunt-saucelabs": "^9.0.1",
"istanbul": "^0.4.2",
"jscs": "^2.9.0",
"jscs": "^3.0.7",
"jshint": "^2.6.0",
"mocha": "^2.1.0"
"mocha": "^6.1.4"
},

@@ -51,0 +51,0 @@ "dependencies": {

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