JSPM

popular-passwords

1.0.3
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 45
  • Score
    100M100P100Q78010F
  • License MIT

List of popular passwords with at least 8 characters

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 npm version

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