email-checkup
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -15,3 +15,3 @@ const config = require("./config.json"); | ||
else{ | ||
const deliverable = await exists(mail); | ||
const deliverable = await exists(options.mail); | ||
return deliverable; | ||
@@ -18,0 +18,0 @@ } |
@@ -48,3 +48,3 @@ { | ||
}, | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"dependencies": { | ||
@@ -51,0 +51,0 @@ "node-fetch": "^2.6.1" |
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
10932