
Security News
/Research
Popular node-ipc npm Package Infected with Credential Stealer
Socket detected malicious node-ipc versions with obfuscated stealer/backdoor behavior in a developing npm supply chain attack.
is_email.js is a port of the is_email PHP library to Javascript.
is_email validates email address for you using simple javascript function is_email. Validate an email address according to RFCs 5321, 5322 and others.
Note:- It doesn't not support DNS check for MX records and parsed address components like the PHP is_email does.
<script type="text/javascript" src="is_email.js"></script>
var check = is_email("dominic@isemail.info");
if (check) {
alert("You have entered correct email address.");
} else {
alert("Please provide correct email address.");
}
Go to http://isemail.info and click on donate button at the top-right.
FAQs
is_email() is a function to validate an email address against relevant RFCs
The npm package is_email receives a total of 2 weekly downloads. As such, is_email popularity was classified as not popular.
We found that is_email 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
/Research
Socket detected malicious node-ipc versions with obfuscated stealer/backdoor behavior in a developing npm supply chain attack.

Security News
TeamPCP and BreachForums are promoting a Shai-Hulud supply chain attack contest with a $1,000 prize for the biggest package compromise.

Security News
Packagist urges PHP projects to update Composer after a GitHub token format change exposed some GitHub Actions tokens in CI logs.