📅 You're Invited: Meet the Socket team at RSAC (April 28 – May 1).RSVP
Socket
Sign inDemoInstall
Socket

email-validator-rfc-5322

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

email-validator-rfc-5322

Provides a fast, pretty robust e-mail validator. Only checks form, not function.

1.1.4
latest
Source
npm
Version published
Weekly downloads
74
722.22%
Maintainers
1
Weekly downloads
 
Created
Source

email-validator-rfc-5322

A module to validate an e-mail address according to the RFC 5322 specifications of what is a valid email. This npm package is an fork from the npm email-validator package.

Installation

Install via NPM:

npm install email-validator-rfc-5322

Usage

javascript


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

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

TypeScript


import * as EmailValidator from 'email-validator';

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


Contribute

Contributions welcome! Check the LICENSE file for more info.

Meta

  • evan@loglive.ai

Distributed under the unlicense public domain. See LICENSE for more information.

Keywords

email

FAQs

Package last updated on 12 Jun 2024

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