validate-password
Advanced tools
Comparing version 0.0.6 to 0.0.7
{ | ||
"name": "validate-password", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"description": "Strengthen your user's passwords", | ||
@@ -5,0 +5,0 @@ "author": "Mike DeWitt <mdewitt07@gmail.com>", |
@@ -12,4 +12,2 @@ module.exports = function validatePassword(password, forbiddenStrings) { | ||
} | ||
if | ||
@@ -16,0 +14,0 @@ if (!hasLowerCase(password)) { |
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
16871
265