1.0.6 • Published 1 year ago

validate-password-check v1.0.6

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

validate-password-check

validate-password-check

Enforce stronger password and email for users by checking

Features password

  • Lowercase verification
  • Uppercase verification
  • Special Characters verification
  • Numbers verification
  • Strings that are not allowed verification

Example of invalid email id

Installation

Install via NPM:

npm install validate-password-check
const {_emailValidation,_passwordValidation} = require('validate-password-check')

console.log(_emailvalidation("thisarayashadagcc@gmail.com"))
console.log(_passwordValidation("tkljgfkldm").output)
{ output: 'Success!', status: true }
1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago