Comparing version 4.0.0-rc6 to 4.0.0-rc7
@@ -28,2 +28,7 @@ 'use strict'; | ||
} | ||
// NOTE: in transpiled cases the above require might return null/undefined | ||
if (randomBytes == null) { | ||
randomBytes = insecureRandomBytes; | ||
} | ||
} | ||
@@ -30,0 +35,0 @@ |
@@ -14,3 +14,3 @@ { | ||
], | ||
"version": "4.0.0-rc6", | ||
"version": "4.0.0-rc7", | ||
"author": "Christian Amor Kvalheim <christkv@gmail.com>", | ||
@@ -17,0 +17,0 @@ "license": "Apache-2.0", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
917818
23853