Socket
Socket
Sign inDemoInstall

emailvalidation

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

emailvalidation - npm Package Compare versions

Comparing version 0.3.9 to 0.4.0

2

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

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

@@ -8,9 +8,9 @@ Email Validator

+ Level 1: The API checks for syntax issues and whether the domain belongs to any disposable email domain such as yopmail, mailinator, etc.
+ **Level 1**: The API checks for syntax issues and whether the domain belongs to any disposable email domain such as yopmail, mailinator, etc.
+ Level 2: The API checks for all the above plus if the domain name is valid, and whether the domain has hosted email servers to accept emails.
+ **Level 2**: The API checks for all the above plus if the domain name is valid, and whether the domain has hosted email servers to accept emails.
+ Level 3: The API checks whether the mailbox actually exists along with the above.
+ **Level 3**: The API checks whether the mailbox actually exists along with the above.
+ Level 4: The API checks whether the email server has a catch-all account.
+ **Level 4**: The API checks whether the email server has a catch-all account.

@@ -17,0 +17,0 @@ You can signup for an account at [emailvalidator.co](http://www.emailvalidator.co/?utm_source=npm&utm_medium=module&utm_campaign=alexleventer)

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