Check Password Strength Versions Save

A simple npm package that checks the password strength of a certain passphrase. A password strength checker based from Javascript RegEx.

v2.0.10

3 months ago

Release notes and changes by @Ennoriel 🚀 🏆 #70

  • Fix esm module generation
  • add @rollup/plugin-commonjs to generate the real esm version
  • add named exports of passwordStrength and defaultOptions
  • Minify umd module (umd modules are most used in a browser context, hence are not always minified by a bundlet afterwards):
  • add @rollup/plugin-terser to minify the umd version
  • fix exported package name (previously a copy/paste from another repo...)
  • Clean generated package
  • move the source scripts in ./src/ and the test scripts in ./test/
  • add .npmignore
  • add rollup-plugin-copy to copy the default cjs version in dist

In addition:

  • improve umd import section of the readme
  • jest test import / require of esm, cjs and umd modules
  • update build and readme file

Hotfixes: #75 Fixed path for types - @capaj #76 Fixed main path issue - @cmorford

v2.0.5

2 years ago
  • Add new default symbols from Owasp list. (Except for the white space)
  • Update readme.
  • Update test file.

PR #60

v2.0.4

2 years ago
  • Update minor in readme

v2.0.3

3 years ago
  • Add typescript type declaration
  • Update minor fixes
npm i [email protected]

v2.0.0-v2.0.2

3 years ago
  • Make library configurable
  • Update passphrase logics
  • Added additional test units
npm i [email protected]

v1.0.12-v1.0.15

3 years ago
  • Add symbols+number, symbols+upper case & symbols+ lower case as Medium strength password.
  • Update readme file.
npm i [email protected]