form-fields-checker
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "form-fields-checker", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "npm package to validate form fields like email, phone etc, check password strength, suggest new passwords, and make the form field validation process much easier", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -1,2 +0,2 @@ | ||
# from-validator | ||
# form-fields-checker | ||
@@ -7,3 +7,3 @@ npm package to validate form fields like email, phone no etc, check password strength, suggest new passwords, get country code and initials of all countries and so on. Make the form field validation process much easier and faster. | ||
```sh | ||
npm i form-validator | ||
npm i form-fields-checker | ||
``` | ||
@@ -10,0 +10,0 @@ |
6733