
Company News
/Security News
Socket Selected for OpenAI's Cybersecurity Grant Program
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.
Contains a list of free email services typically used to find out if an email address is personal or not.
npm i persmail
var persmail = require('persmail')
// Check of domains includes your email host
if (persmail.domains.includes('gmail.com')) {
// is personal email
}
// Get the host from an email address
var host = persmail.host('vidar@example.com')
// host is 'example.com'
// Check if host is in domains
var sendable = persmail.has(host)
// Check complete email address, short cut for method above
if (persmail.sendable('vidar@example.com')) {
// email address is not in the domains list
}
// Check if email is personal
var isPersonal = persmail.personal('vidar@example.com')
Created by Eldøy Projects.
MIT Licensed. Enjoy!
FAQs
Personal email providers database
The npm package persmail receives a total of 2 weekly downloads. As such, persmail popularity was classified as not popular.
We found that persmail 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.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.

Security News
Socket CEO Feross Aboukhadijeh joins 10 Minutes or Less, a podcast by Ali Rohde, to discuss the recent surge in open source supply chain attacks.

Research
/Security News
Campaign of 108 extensions harvests identities, steals sessions, and adds backdoors to browsers, all tied to the same C2 infrastructure.