js-crypto-hkdf
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "js-crypto-hkdf", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Universal Module for HKDF (Hash-based Key Derivation Function) in JavaScript", | ||
@@ -33,7 +33,7 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"js-crypto-env": "^1.0.1", | ||
"js-crypto-hmac": "^1.0.1", | ||
"js-crypto-random": "^1.0.1", | ||
"js-crypto-env": "^1.0.2", | ||
"js-crypto-hmac": "^1.0.2", | ||
"js-crypto-random": "^1.0.2", | ||
"js-encoding-utils": "0.6.2" | ||
} | ||
} |
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
102856
Updatedjs-crypto-env@^1.0.2
Updatedjs-crypto-hmac@^1.0.2
Updatedjs-crypto-random@^1.0.2