webcrypto-liner
Advanced tools
Comparing version 0.1.11 to 0.1.12
{ | ||
"name": "webcrypto-liner", | ||
"version": "0.1.11", | ||
"version": "0.1.12", | ||
"description": "A WebCrypto pollyfill that \"smooths out\" the rough-edges in existing User Agent implementations.", | ||
@@ -5,0 +5,0 @@ "main": "build/index.js", |
@@ -54,3 +54,3 @@ //************************************************************************************** | ||
{ | ||
return Math.random() * (max - min) + min; | ||
return self.Math.random() * (max - min) + min; | ||
} | ||
@@ -57,0 +57,0 @@ //************************************************************************************** |
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
290412