1
0
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:
Kyle Spearrin
2018-11-12 22:54:18 -05:00
parent 786fa02b90
commit aa16fb2a9e
5 changed files with 56 additions and 2 deletions

View File

@@ -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"
}
}