@stablelib/hmac
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "@stablelib/hmac", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Hash-based message authentication code (HMAC)", | ||
@@ -14,7 +14,6 @@ "main": "./dist/hmac.js", | ||
"build": "tsc", | ||
"test": "jasmine JASMINE_CONFIG_PATH=../../configs/jasmine.json", | ||
"bench": "node ./dist/hmac.bench.js" | ||
"test": "jasmine JASMINE_CONFIG_PATH=../../configs/jasmine.json" | ||
}, | ||
"dependencies": { | ||
"@stablelib/constant-time": "^0.0.1", | ||
"@stablelib/constant-time": "^0.0.2", | ||
"@stablelib/hash": "^0.0.1", | ||
@@ -21,0 +20,0 @@ "@stablelib/wipe": "^0.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
89549
+ Added@stablelib/constant-time@0.0.2(transitive)
- Removed@stablelib/constant-time@0.0.1(transitive)