
Security News
npm Adopts OIDC for Trusted Publishing in CI/CD Workflows
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.
node-email-validation
Advanced tools
A email validation package for NodeJS. A simple module to validate an e-mail address.
Install via NPM:
npm install node-email-validation
var validator = require("node-email-validation");
validator.is_email_valid("test@email.com"); // true
import * as EmailValidator from 'node-email-validation';
EmailValidator.is_email_valid("test@email.com"); // true
Yes, it's really all you need to get started as you can see in this live and interactive demo:
For how-to questions and other non-issues, please use StackOverflow instead of Github issues. There is a StackOverflow tag called "node-email-validation" that you can use to tag your questions.
We'd greatly appreciate any contribution you make. :)
This project is licensed under the terms of the MIT license.
FAQs
a simple, fast and robust email validator
The npm package node-email-validation receives a total of 200 weekly downloads. As such, node-email-validation popularity was classified as not popular.
We found that node-email-validation demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
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.
Security News
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.
Research
/Security News
A RubyGems malware campaign used 60 malicious packages posing as automation tools to steal credentials from social media and marketing tool users.
Security News
The CNA Scorecard ranks CVE issuers by data completeness, revealing major gaps in patch info and software identifiers across thousands of vulnerabilities.