@rearguard/is-burner
TypeScript icon, indicating that this package has built-in type declarations

1.9.6 • Public • Published

@rearguard/is-burner.

Installation.

npm i @rearguard/is-burner

Intro.

@rearguard/is-burner is a validator for email addresses, it validates that an email adress is not coming from a disposable email provider. Stays automatically up to date with live lists of disposable email providers.

Usage.

const {isBurner} = require('@rearguard/is-burner');

isBurner('test@gmail.com'); // false
isBurner('test@yahoo.com'); // false
isBurner('test@zapzap.rent'); // true

Benchmarks.

@rearguard/is-burner is fast and intuitive, you can find benchmarks against similar libraries in the /bench folder.

Tests.

yarn test

/@rearguard/is-burner/

    Package Sidebar

    Install

    npm i @rearguard/is-burner

    Weekly Downloads

    1

    Version

    1.9.6

    License

    MIT

    Unpacked Size

    25.9 kB

    Total Files

    23

    Last publish

    Collaborators

    • vorillaz