zxcvbn-ts / zxcvbn

Low-Budget Password Strength Estimation
https://www.usenix.org/conference/usenixsecurity16/technical-sessions/presentation/wheeler
MIT License
907 stars 72 forks source link

Typo in using ONE_UPPER and ONE_LOWER #120

Closed iSazonov closed 2 years ago

iSazonov commented 2 years ago

Typo? https://github.com/zxcvbn-ts/zxcvbn/blob/cbff31643f2c15875af309f0be68aeb12a3ae1bc/packages/libraries/main/src/data/const.ts#L19-L20

MrWook commented 2 years ago

Good finding 👍 but in the end it doesn't really matter that much for the guessing. But i will fix it anyway