Socket
Socket
Sign inDemoInstall

email-format-check

Package Overview
Dependencies
0
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    email-format-check

E-Mail address format validation module.


Version published
Weekly downloads
170
decreased by-75.75%
Maintainers
1
Install size
8.00 kB
Created
Weekly downloads
 

Readme

Source

email-format-check

E-Mail address format validation module. Also check user and domain part max length

logo

version downloads node status

Installation

npm install email-format-check

Syntax email addresses verification based on RFC5321 and RFC5322.

Usage

const isemail = require('email-format-check');
console.log(isemail("user@domain.com"));//true
console.log(isemail("user.domain.com"));//false

Test

mocha or npm test

check test folder and QUICKSTART.js for extra usage.

Keywords

FAQs

Last updated on 15 Dec 2017

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