1.0.5 • Published 5 years ago

password-regex-js v1.0.5

Weekly downloads
19
License
ISC
Repository
-
Last release
5 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

5 years ago

1.0.4

5 years ago

1.0.2

5 years ago

1.0.3

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago