pwd-meter
v1.0.2
Published
Using this package you can calculate strength of password
Downloads
1
Readme
pwd-meter
Using this package you can check the strength of password in percentage.
Setup:
- install package `npm i pwd-meter'
code:
const strength = require('pwd-meter');
let j = strength("surajjoshisurajsjohi@#$%%"); console.log(j);
npm website link:
- [https://www.npmjs.com/package/my_own_npm_package]