Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

email-address-validation

Package Overview
Dependencies
Maintainers
2
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

email-address-validation - npm Package Compare versions

Comparing version 0.1.6 to 0.1.7

2

package.json
{
"name": "email-address-validation",
"version": "0.1.6",
"version": "0.1.7",
"description": "Email Validation & Verification JSON API for Developers. Simple REST API measuring email deliverability & quality",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -32,3 +32,2 @@

access_key: [ACCESS_KEY],
catch_all: [0|1] (Optional, defaults to 1)
secure: [true|false] (Optional, defaults to false)

@@ -39,5 +38,2 @@ });

##### 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)

@@ -70,3 +66,4 @@ Boolean value to indicate if the calls to the API should use a secure protocol or insecure (HTTP/HTTPS). Defaults to false (HTTP, insecure).

var query = {
email: 'this.is.a@test.io'
email: 'this.is.a@test.io',
catch_all: [0|1] (Optional, defaults to 1)
};

@@ -101,2 +98,7 @@

#### Optional Parameters
##### catch_all (only available for Basic, Pro and Enterprise accounts)
Boolean value to indicate if checks should also include checks for catch all.
---

@@ -103,0 +105,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc