@createnl/secure-password-input
Advanced tools
Comparing version 0.1.8 to 0.1.9
{ | ||
"name": "@createnl/secure-password-input", | ||
"version": "0.1.8", | ||
"version": "0.1.9", | ||
"description": "A password input that provides user with rating and advice on how secure their password is, based on ZXCVBN", | ||
@@ -20,6 +20,8 @@ "keywords": [ | ||
"types": "dist/index.d.ts", | ||
"peerDependencies": { | ||
"react": "16.13.x", | ||
"react-dom": "16.13.x" | ||
}, | ||
"dependencies": { | ||
"node-sass": "^4.13.1", | ||
"react": "^16.13.1", | ||
"react-dom": "^16.13.1", | ||
"zxcvbn": "^4.4.2" | ||
@@ -61,2 +63,4 @@ }, | ||
"node-sass-chokidar": "^1.4.0", | ||
"react": "^16.13.1", | ||
"react-dom": "^16.13.1", | ||
"react-scripts": "^3.4.1", | ||
@@ -63,0 +67,0 @@ "typescript": "^3.8.3" |
87452
15
+ Addedreact@16.13.1(transitive)
+ Addedreact-dom@16.13.1(transitive)
- Removedreact@^16.13.1
- Removedreact-dom@^16.13.1
- Removedreact@16.14.0(transitive)
- Removedreact-dom@16.14.0(transitive)