Comparing version 0.0.7 to 0.0.8
{ | ||
"name": "bearer", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"description": "Bearer authentication module using token and Authorization HTTP header", | ||
@@ -19,3 +19,6 @@ "main": "bearer.js", | ||
"author": "Demir Selmanovic", | ||
"license": "ISC" | ||
"license": "ISC", | ||
"dependencies": { | ||
"node-cryptoaj-aes":"~0.4.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
9021
1
+ Addednode-cryptoaj-aes@~0.4.0