Huge news!Announcing our $20M Series A led by Andreessen Horowitz.Learn more
Socket
Socket
Log inDemoInstall

emails-helper

Package Overview
Dependencies
0
Maintainers
1
Versions
11
Issues
File Explorer

Advanced tools

Install Socket

Protect your apps from supply chain attacks

Install

emails-helper

A javascript library to validate email address against different formats.

    2.0.20230825132218unpublished
    npm

Version published
Maintainers
1
0

Weekly downloads

Readme

Source

emails-helper

A javascript library to validate email address against different formats.

Installation

npm install emails-helper

Usage

var validator = require("emails-helper"); validator.validate("test@email.com"); // true validator.validate("test@@email.com"); // false

FAQs

Last updated on 25 Aug 2023

Did you know?

Socket installs a GitHub app to automatically flag issues on every pull request and report the health of your dependencies. Find out what is inside your node modules and prevent malicious activity before you update the dependencies.

Install
SocketSocket SOC 2 Logo

Product

  • Package Issues
  • 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