password-strength-checker-jeyasri
v1.0.0
Published
A simple password strength checker
Readme
Password Strength Checker
Simple npm package to check password strength.
Installation
npm install password-strength-checker-jebitha
Usage
const checkPassword = require("password-strength-checker-jebitha");
const result = checkPassword("Test@123");
console.log(result);