mirror of
https://github.com/bitwarden/browser
synced 2025-12-28 22:23:28 +00:00
password strength function with zxcvbn
This commit is contained in:
@@ -34,6 +34,7 @@
|
||||
"@types/papaparse": "^4.5.3",
|
||||
"@types/tldjs": "^2.3.0",
|
||||
"@types/webcrypto": "0.0.28",
|
||||
"@types/zxcvbn": "^4.4.0",
|
||||
"concurrently": "3.5.1",
|
||||
"electron": "2.0.11",
|
||||
"jasmine": "^3.2.0",
|
||||
@@ -83,6 +84,7 @@
|
||||
"papaparse": "4.6.0",
|
||||
"rxjs": "6.3.2",
|
||||
"tldjs": "2.3.1",
|
||||
"zone.js": "0.8.26"
|
||||
"zone.js": "0.8.26",
|
||||
"zxcvbn": "4.4.2"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user