check-password-strength
Advanced tools
Comparing version 1.0.5 to 1.0.6
{ | ||
"name": "check-password-strength", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "A NPM Password strength checker based from Javascript RegExp. Check passphrase if it's \"Weak\", \"Medium\" or \"Strong\"", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -62,3 +62,5 @@ | ||
I'll be glad if you give this project a ★ on [Github](https://github.com/deanilvincent/check-password-strength) :)) | ||
### License | ||
This project is licensed under the MIT License - see the [LICENSE.md](https://github.com/deanilvincent/check-password-strength/blob/master/LICENSE.md/) file for details. |
4866
65