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

email-syntax-validator

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

email-syntax-validator

A simple and fast NPM module to validate an e-mail address.

1.0.3
latest
Source
npmnpm
Version published
Maintainers
1
Created
Source

email-syntax-validator

A simple and fast NPM module to validate an e-mail address.

Installation

Install via NPM:

npm install email-syntax-validator

Install via YARN:

yarn add email-syntax-validator

Usage

JavaScript


var validator = require("email-syntax-validator");

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

TypeScript


import * as EmailValidator from 'email-syntax-validator';

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


Contributing

  • Fork this repository;
  • Create your feature branch: git checkout -b new-feature;
  • Commit your changes: git commit -m 'feat: add some feature';
  • Push to the branch: git push origin new-feature.

After your pull request is merged, you can safely delete your branch.

License

This project is licensed under the MIT License - see the LICENSE file for details.

:heavy_check_mark: Made by vilmacio22

Keywords

email

FAQs

Package last updated on 29 May 2020

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