simple-email-verifier
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "simple-email-verifier", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Email verification by looking for SMTP records and account existence checking", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -25,5 +25,5 @@ # Simple Email Verification | ||
verifier.verify("random_email@big.com").then(result => { | ||
verifier.verify("admin@vk.com").then(result => { | ||
if (result) { | ||
console.log("This email realy exists!"); | ||
console.log("This email realy exists :)"); | ||
} else { | ||
@@ -30,0 +30,0 @@ console.log("Email not found :("); |
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
7780