react-password-checklist
react-password-checklist copied to clipboard
A React Component to display the success or failure of password strength rules
Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.6 to 2.6.7. Release notes Sourced from node-fetch's releases. v2.6.7 Security patch release Recommended to upgrade, to not leak sensitive cookie and authentication header information to 3th...
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...
Added type module to fix https://github.com/sators/react-password-checklist/issues/18
Is it possible to make a rule for lowercase and uppercase letters in the same function? Or maybe have possibility to add onw regex and custom text for that regex.
**Describe the bug** The text inside of the list does not seem to be vertically centred with the svg icon. **To Reproduce** add into nextjs app using tailwind **Expected behavior**...
Bumps [cookie](https://github.com/jshttp/cookie) and [express](https://github.com/expressjs/express). These dependencies needed to be updated together. Updates `cookie` from 0.6.0 to 0.7.1 Release notes Sourced from cookie's releases. 0.7.1 Fixed Allow leading dot for domain...
**Describe the bug** When using the `specialChar` rule and specifying a custom `specialCharsRegex`, the password only validates after entering 2 characters from the custom list. It works as expected when...