New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

email-disposable

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

email-disposable

A regularly updated list of disposable and temporary email domains.

latest
npmnpm
Version
1.0.2
Version published
Maintainers
1
Created
Source

Email Disposable

A regularly updated list of disposable and temporary email domains, ideal for validating user sign-ups, preventing spam, and filtering fake accounts.

Installation

Via NPM:

npm install email-disposable

Via Yarn:

yarn add email-disposable

Usage

Check if an email is disposable:

import isDisposable from "email-disposable"

console.log(isDisposable("john@mailinator.com")) // true
console.log(isDisposable("john@0wnd.ro")) // true
console.log(isDisposable("john@gmail.com"))     // false

Get the full domain list:

import { domainsList } from "email-disposable"

console.log(disposable.length) // 117000+

Updates

This list combines multiple open-source sources to stay up-to-date with newly discovered disposable providers.

Use this command to get the latest domains:

npm run fetch

Sources

License

MIT © 2025 Gatekeepr.

About

email-disposable is an open-source component of Gatekeepr, a privacy-first API that blocks fake users and platform abuse by analyzing emails, IPs, domains, and user agents in real time.

Keywords

disposable

FAQs

Package last updated on 04 Nov 2025

Did you know?

Socket

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.

Install

Related posts