emails-helper
Advanced tools
A javascript library to validate email address against different formats.
Weekly downloads
Readme
A javascript library to validate email address against different formats.
npm install emails-helper
var validator = require("emails-helper");
validator.validate("test@email.com"); // true
validator.validate("test@@email.com"); // false
FAQs
security holding package
The npm package emails-helper receives a total of 0 weekly downloads. As such, emails-helper popularity was classified as not popular.
We found that emails-helper demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
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.