Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

elliptic

Package Overview
Dependencies
Maintainers
1
Versions
86
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 0.15.13 to 0.15.14

2

lib/elliptic.js

@@ -5,3 +5,3 @@ var elliptic = exports;

elliptic.utils = require('./elliptic/utils');
elliptic.rand = require('./elliptic/rand');
elliptic.rand = require('brorand');
elliptic.hmacDRBG = require('./elliptic/hmac-drbg');

@@ -8,0 +8,0 @@ elliptic.curve = require('./elliptic/curve');

{
"name": "elliptic",
"version": "0.15.13",
"version": "0.15.14",
"description": "EC cryptography",

@@ -32,2 +32,3 @@ "main": "lib/elliptic.js",

"bn.js": "^0.15.0",
"brorand": "^1.0.1",
"hash.js": "^0.2.0",

@@ -34,0 +35,0 @@ "inherits": "^2.0.1"

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