New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

email-validation-pro

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

email-validation-pro

Check if email is valid

latest
Source
npmnpm
Version
1.0.2
Version published
Maintainers
1
Created
Source

Introduction

This is the plugin to check the provided email is valid or not. This plugin checks following things:

  • valid email format
  • valid tld
  • valid email host

Implementation

var validate = require('email-validation-pro')
validate.email(email); // check without email host
validate.email(email, true); // check with email host

Test

yarn test

Keywords

push data to url

FAQs

Package last updated on 06 May 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts