Socket
Socket
Sign inDemoInstall

emailvalidation

Package Overview
Dependencies
0
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.3.3 to 0.3.4

2

package.json
{
"name": "emailvalidation",
"version": "0.3.3",
"version": "0.3.4",
"description": "A module for validating emails using the emailvalidation.co API.",

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

@@ -6,3 +6,3 @@ emailvalidation

Emailvalidator.co has 4-levels of verification:
Emailvalidator.co has 4-levels of verigit tafication:

@@ -25,3 +25,4 @@ + Level 1: The API checks for syntax issues and whether the domain belongs to any disposable email domain such as yopmail, mailinator, etc.

```var Validator = require('emailvalidator');
```
var Validator = require('emailvalidator');
var validator = new Validator('your-api-key');

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

});```
});
```
SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc