test-pwd-strength
v1.0.4
Published
[](https://www.npmjs.com/package/password-strength-checker) [](https://opensource.org/licenses/MIT)
Maintainers
Readme
Password Strength Checker 🔐
A lightweight utility to validate password strength with customizable rules. Perfect for Node.js backends or frontend frameworks!
Features ✨
- ✅ Strength ratings (
weak,medium,strong) - ✅ Customizable rules (length, symbols, numbers, etc.)
- ✅ Detailed feedback messages
- ✅ Zero dependencies
- ✅ Supports both CommonJS and ES Modules
Installation 📦
npm install test-pwd-strength
# or
yarn add test-pwd-strength