password-validator

v5.3.0
Validates password according to flexible and intuitive specifications
password validator rules schema validation check match

docs

jsdoc ./src/*.js ./package.json -t ./node_modules/docdash -R README.md -d ./docs -r

lint

eslint ./src

lint:fix

eslint ./src --fix

test:unit

mocha tests/*.test.js

test

npm run lint && npm run test:unit

types

tsc src/index.js --declaration --allowJs --emitDeclarationOnly --outDir typings

coverage

nyc --reporter=lcovonly --reporter=text npm run test:unit

codecov

npm run coverage && codecov

start

node index.js
npm i password-validator

Metadata

  • MIT
  • >=8.10.0
  • Tarun Batra
  • released 5/15/2022

Downloads

Maintainers