email-address-validation
Advanced tools
Comparing version 0.1.5 to 0.1.6
{ | ||
"name": "email-address-validation", | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"description": "Email Validation & Verification JSON API for Developers. Simple REST API measuring email deliverability & quality", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -32,2 +32,3 @@ | ||
access_key: [ACCESS_KEY], | ||
catch_all: [0|1] (Optional, defaults to 1) | ||
secure: [true|false] (Optional, defaults to false) | ||
@@ -38,3 +39,6 @@ }); | ||
##### Secure (only available for Basic, Pro and Enterprise accounts) | ||
##### catch_all (only available for Basic, Pro and Enterprise accounts) | ||
Boolean value to indicate if checks should also include checks for catch all. | ||
##### secure (only available for Basic, Pro and Enterprise accounts) | ||
Boolean value to indicate if the calls to the API should use a secure protocol or insecure (HTTP/HTTPS). Defaults to false (HTTP, insecure). | ||
@@ -41,0 +45,0 @@ |
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
20015
154