webcrypto-liner
Advanced tools
Comparing version 0.1.16 to 0.1.17
{ | ||
"name": "webcrypto-liner", | ||
"version": "0.1.16", | ||
"version": "0.1.17", | ||
"description": "A WebCrypto pollyfill that \"smooths out\" the rough-edges in existing User Agent implementations.", | ||
@@ -22,5 +22,5 @@ "main": "build/index.js", | ||
"@types/node": "*", | ||
"webcrypto-core": "^0.1.3", | ||
"asmcrypto.js": "*", | ||
"elliptic": "*" | ||
"elliptic": "*", | ||
"webcrypto-core": "^0.1.12" | ||
}, | ||
@@ -27,0 +27,0 @@ "devDependencies": { |
@@ -13,3 +13,3 @@ import { Crypto, nativeCrypto } from "./index"; | ||
delete self.crypto; | ||
delete (self as any).crypto; | ||
w.crypto = new Crypto(); | ||
@@ -16,0 +16,0 @@ Object.freeze(w.crypto); |
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
300710
3891
Updatedwebcrypto-core@^0.1.12