-
Should use an actively maintained fork because Dropbox abandoned their open source development five years ago.
This one seems best: https://github.com/zxcvbn-ts/zxcvbn
-
How can I change the language of the password strength text?
If it can't be changed, how can it be hidden?
-
## Description
It's a Nice to Have™ #3397 followup task. We want to migrate to TypeScript the most common files we have - for now we do it one by one whenever we encounter non-TS import we need for…
-
Is there any reason why this file is part of the build?
https://github.com/zxcvbn-ts/zxcvbn/blob/master/packages/libraries/main/src/data/translationKeys.ts
I assume it's just a dummy file that …
JonL1 updated
2 years ago
-
The current implementation of the core function is:
```typescript
export const zxcvbn = (
password: string,
): ZxcvbnResult | Promise => {
const matching = new Matching()
const start = …
-
![image](https://user-images.githubusercontent.com/66985784/151479869-89d15d3d-a40f-4a9b-a518-44e74f7973e7.png)
我一个个测试 在安装vite-plugin-svg-icons时报错
依赖如下
"dependencies": {
"@ant-design/col…
-
Importing the common and en language packages using webpack (under CRA4) causes the dev server memory usage to skyrocket upon start, resulting in an immediate V8 out-of-memory crash.
Usage:
```impor…
-
### Describe the bug
[plugin:vite:css] Cannot read properties of undefined (reading 'originalPositionFor')
![image](https://user-images.githubusercontent.com/38668796/160233331-500b3824-e1f4-4483-…
-
### Discussed in https://github.com/zxcvbn-ts/zxcvbn/discussions/68
Originally posted by **paulverbeke** September 18, 2021
Hi @MrWook hope you're doing well.
I finally got the time to play a…
-
I suggest removing `zxcvbn` since it's causing serious issues on windows computers making it impossible to compile or use TypeScript.
```
"C:\Program Files\nodejs\node.exe" C:\Users\itsme\AppData\…
mutec updated
3 years ago