JSPM

email-disposable

1.0.2
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 8
  • Score
    100M100P100Q71889F
  • License MIT

A regularly updated list of disposable and temporary email domains.

Package Exports

  • email-disposable
  • email-disposable/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (email-disposable) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

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.