zxcvbn-ts / zxcvbn

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

Add runtime errors #269

Open MrWook opened 1 month ago

MrWook commented 1 month ago

Since the migration from coffescript to typescript a lot of options were added and currently only one is checked on runtime while everything else depends on type errors. As not everyone is using a strict typescript ruleset we should implement some basic runtime checks.