pbkdf2-wrapper
Advanced tools
Comparing version 1.3.3 to 1.3.4
{ | ||
"name": "pbkdf2-wrapper", | ||
"version": "1.3.3", | ||
"version": "1.3.4", | ||
"description": "A wrapper around the inbuilt pbkdf2 crypto function for password hashing", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -18,3 +18,3 @@ # pbkdf2-wrapper | ||
// config is optional, if not passed will use the above as defaults | ||
// config is optional, if not passed will use the following as defaults | ||
const config = { | ||
@@ -21,0 +21,0 @@ encoding: 'hex', |
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
5915