fast-password-entropy

v1.1.1
Calculate the entropy of a password string, but fast!
password string entropy strength

bench

node benchmark/index.js

build

babel -d es5/ src/

check

npm-check -p -i eslint*

coverage

nyc --lines 95 --functions 95 --branches 95 --reporter=lcov --reporter=text npm test

lint

eslint --cache .

precommit

npm run lint

prepublishOnly

npm run build && npm run precommit && npm run prepush && tag-matches

prepush

npm run check && npm run coverage

test

mocha
npm i fast-password-entropy

Metadata

  • MIT
  • Whatever
  • Gabriel Montes
  • released 3/29/2019

Downloads