
Security News
MCP Community Begins Work on Official MCP Metaregistry
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
A Node library for communicating with the CheckMail REST API
Sign up for a CheckMail account and visit our developer site for even more details.
The official Node.js binding for your CheckMail service.
Before using this library, you must have:
npm install checkmail
var client = require('checkmail')('your_account_sid', 'your_auth_token');
client.verify.get('test@example.com').then(data => {
console.log(data);
}).catch(err => {
console.log(err);
});
That will output a JSON object that looks like this:
{
accept_all: false,
corrected: false,
country_code: '',
country_name: '',
disposable: false,
domain: 'example.com',
email_request: 'test@example.com',
email_result: 'test@example.com',
free: false,
localpart: 'test',
reason: 'smtp_missing',
result: 'risky',
role: true,
social_media: false
}
Full API documentation is available from the CheckMail developer site.
FAQs
A Node library for communicating with the CheckMail REST API
The npm package checkmail receives a total of 0 weekly downloads. As such, checkmail popularity was classified as not popular.
We found that checkmail 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
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
Research
Security News
Socket uncovers an npm Trojan stealing crypto wallets and BullX credentials via obfuscated code and Telegram exfiltration.
Research
Security News
Malicious npm packages posing as developer tools target macOS Cursor IDE users, stealing credentials and modifying files to gain persistent backdoor access.