popular-passwords
v1.0.3
Published
List of popular passwords with at least 8 characters
Maintainers
Readme
popular-passwords 
List of popular passwords with at least 8 characters.
Data source: zxcvbn.
Installation
npm install --save popular-passwordsUsage
var passwords = require('popular-passwords');
console.log(passwords.indexOf('passw0rd') !== -1); // => trueLicense
MIT
