disposable-email-detector

1.0.3 • Public • Published

Disposable Email Detector

CodeScene Code Health DeepScan grade workflow OpenSSF Best Practices DeepSource NPM Version

Overview

The disposable-email-detector is a TypeScript utility designed to identify disposable email addresses, providing developers with a tool to enhance email verification processes.

Features

  • Domain Check: Identifies if an email address belongs to a known disposable email domain.
  • Error Handling: Offers informative messages for scenarios like missing index.json or invalid JSON format.
  • Async File Reading: Utilizes asynchronous file reading for improved performance.

Getting Started

Prerequisites

  • Node.js
  • npm

Implementation Details

    npm i disposable-email-detector
    import  disposableEmailDetector  from 'disposable-email-detector';

    const email = 'test@mailinator.com';

    disposableEmailDetector(email)
        .then((response) => console.log(response)); //  true 

The disposableEmailDetector function reads a list of disposable email domains from index.json. It checks whether the provided email address belongs to a disposable domain and returns a boolean indicating the result.

Error Handling

  • If index.json is not found, the script informs you to create it with disposable domains.
  • If index.json has an invalid JSON format, it prompts you to correct the file.
  • Unexpected errors are logged to the console.

/disposable-email-detector/

    Package Sidebar

    Install

    npm i disposable-email-detector

    Weekly Downloads

    3,770

    Version

    1.0.3

    License

    ISC

    Unpacked Size

    2.5 MB

    Total Files

    21

    Last publish

    Collaborators

    • nigesh