1.0.5 • Published 3 years ago

password-regex-js v1.0.5

Weekly downloads
19
License
ISC
Repository
-
Last release
3 years ago

password-regex-js

This package uses a regular expression, written in javascript to check the strength of a password.

Only function inside this pacakge is validatePassword(pwd), which takes password (string) as an argument.

Eg. var reg = require('password-regex-js');

reg.validatePassword('Sample@123');

It returns true

reg.validatePassword('sample123');

It returns false.

Hence the first password is how a password should be.

1.0.5

3 years ago

1.0.4

3 years ago

1.0.2

3 years ago

1.0.3

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago