
Research
Security News
The Growing Risk of Malicious Browser Extensions
Socket researchers uncover how browser extensions in trusted stores are used to hijack sessions, redirect traffic, and manipulate user behavior.
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.
Research
Security News
Socket researchers uncover how browser extensions in trusted stores are used to hijack sessions, redirect traffic, and manipulate user behavior.
Research
Security News
An in-depth analysis of credential stealers, crypto drainers, cryptojackers, and clipboard hijackers abusing open source package registries to compromise Web3 development environments.
Security News
pnpm 10.12.1 introduces a global virtual store for faster installs and new options for managing dependencies with version catalogs.