You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

node-email-check

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-email-check

NodeJS Email Validator, Checker and MX Checker

1.0.4
latest
Source
npmnpm
Version published
Weekly downloads
349
-1.97%
Maintainers
1
Weekly downloads
 
Created
Source

node-email-check

License: GPL v3 npm package downloads size last-commit

NodeJS Email Validator, Checker and MX Checker

You can check email address with mx check, syntax check and domain check.

Installation

npm install node-email-check

# or

yarn add node-email-check

Usage

const emailCheck = require('node-email-check');

// async request with mx check
await emailCheck.isValid('example@email.com');

// sync request without mx check
emailCheck.isValidSync('example@email.com');

Testing

npm run test

Contributing

  • Fork it
  • Create your feature branch: git checkout -b my-feature-or-fix
  • Commit your changes: git commit -am 'Add some feature or fix'
  • Push to the branch: git push origin my-feature-or-fix
  • Submit a pull request

Contributors

Teoman Tuncer - Author (@teomantuncer) - tuncer.dev

License

GPL3.0

Keywords

node-email-check

FAQs

Package last updated on 03 Oct 2022

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

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.