create-hmac
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "create-hmac", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "node style hmacs in the browser", | ||
@@ -29,4 +29,5 @@ "main": "create-hmac.js", | ||
"dependencies": { | ||
"create-hash": "^1.0.0" | ||
"create-hash": "^1.0.0", | ||
"inherits": "^2.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
3443
2
+ Addedinherits@^2.0.1