owasp-password-strength-test
Advanced tools
Comparing version 1.2.0 to 1.2.1
{ | ||
"name": "owasp-password-strength-test", | ||
"main": "owasp-password-strength-test.js", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"homepage": "https://github.com/viaforensics/owasp-password-strength-test", | ||
@@ -6,0 +6,0 @@ "authors": [ |
{ | ||
"name": "owasp-password-strength-test", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "A password-strength tester based upon the OWASP guidelines for enforcing strong passwords.", | ||
@@ -5,0 +5,0 @@ "main": "owasp-password-strength-test.js", |
@@ -210,3 +210,3 @@ OWASP Password Strength Test | ||
------- | ||
To run the module's test suite, `cd` into its directory and run `grunt`. You | ||
To run the module's test suite, `cd` into its directory and run `npm test`. You | ||
may first need to run `npm install` to install the required development | ||
@@ -213,0 +213,0 @@ dependencies. (These dependencies are **not** required in a production |
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
17945