Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
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 332 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.
Research
Security News
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.