Comparing version 0.15.13 to 0.15.14
@@ -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" |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
0
134522
4
23
3566
+ Addedbrorand@^1.0.1
+ Addedbrorand@1.1.0(transitive)