Socket
Socket
Sign inDemoInstall

node-email-validation

Package Overview
Dependencies
0
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-email-validation

a simple, fast and robust email validator


Version published
Maintainers
1
Weekly downloads
957
decreased by-2.64%
Install size
7.01 kB

Weekly downloads

Readme

Source

node-email-validation

A email validation package for NodeJS. A simple module to validate an e-mail address.

travis build version size node

Installation

Install via NPM:

npm install node-email-validation

Usage

javascript

var validator = require("node-email-validation");

validator.is_email_valid("test@email.com"); // true

TypeScript

import * as EmailValidator from 'node-email-validation';

EmailValidator.is_email_valid("test@email.com"); // true


Yes, it's really all you need to get started as you can see in this live and interactive demo:

Edit Button

Questions

For how-to questions and other non-issues, please use StackOverflow instead of Github issues. There is a StackOverflow tag called "node-email-validation" that you can use to tag your questions.

Contributing

We'd greatly appreciate any contribution you make. :)

License

This project is licensed under the terms of the MIT license.

Keywords

FAQs

Last updated on 28 Aug 2019

Did you know?

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

  • 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