0.11.0 • Published 5 months ago
@thirstie/thirstievalidators v0.11.0
validators
TODO:
- review https://github.com/validatorjs/validator.js
- see https://github.com/jameslk/awesome-falsehoods on why it's better to use a standard library
- probably will use our own email validator
- others are probably okay?
passwordcheck
TODO: description
Usage
const passwordcheck = require('passwordcheck');
const pwStrength = passwordcheck('password');
console.log(pwStrength);
> 0 # Too Weak