Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
is-disposable-email-domain
Advanced tools
A database of free and disposable email domains and a handy Node.js module for querying it.
Use the Node.js module or access the files in the ./data
directory and parse
with your language of choice.
In an effort to create the most up-to-date list of domains, the database can be synchronized with various lists from around the web. You can also add new domains directly by opening a pull request.
There are three key data files in this project:
Domains may only be a member of one list.
npm install --save is-disposable-email-domain
const isDisposable = require('is-disposable-email-domain');
isDisposable.validate('gmail.com');
// { disposable: false, free: true, blackList: false }
isDisposable.isFree('gmail.com');
// true
isDisposable.isDisposable('gmail.com');
// false
isDisposable.isBlackList('foo@gmail.com');
// false
FAQs
Check is disposable an email
The npm package is-disposable-email-domain receives a total of 200 weekly downloads. As such, is-disposable-email-domain popularity was classified as not popular.
We found that is-disposable-email-domain 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 a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.