Package Exports
- popular-passwords
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (popular-passwords) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
popular-passwords 
List of popular passwords with at least 8 characters.
Data source: zxcvbn.
Installation
npm install --save popular-passwords
Usage
var passwords = require('popular-passwords');
console.log(passwords.indexOf('passw0rd') !== -1); // => true
License
MIT