Launch Week Day 5: Introducing Reachability for PHP.Learn More
Socket
Book a DemoSign in
Socket

@smallpdf/is-email

Package Overview
Dependencies
Maintainers
17
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@smallpdf/is-email

Email address validation using the regex from the specs for an InputHTMLElement

latest
Source
npmnpm
Version
1.0.1
Version published
Weekly downloads
230
40.24%
Maintainers
17
Weekly downloads
 
Created
Source

@smallpdf/is-email

Email address validation using the regex from the specs for an InputHTMLElement.

This package provide a single function to test a value against the specifications of the an email InputHTMLElement.

Installation

$ npm install @smallpdf/is-email

Usage

const isEmail = require('@smallpdf/is-email');
console.log(isEmail('test@example.org')); // true

License

ISC License

Keywords

email

FAQs

Package last updated on 24 Nov 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