validate-emails
Advanced tools
Comparing version 1.0.6 to 1.0.7
{ | ||
"name": "validate-emails", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"description": "email validator", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -5,2 +5,2 @@ # This package validate emails | ||
validateEmail("example.com") // false<br> | ||
validateEmail("example@gmail.com) // true | ||
validateEmail("example@gmail.com") // true |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1379