0.9.0 • Published 2 years ago

is-disposable v0.9.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

is-disposable

This library uses disposable-email-domains under the hood to check whether a email address is disposable.


PROTIP: If you need a more accurate solution, I recommend to check out my upcoming cloud service devyl.


Setup

Deno

import isDisposable from 'https://deno.land/x/is_disposable@{VERSION}/mod.ts'

Node.js

npm i is-disposable
// ESM
import isDisposable from 'is-disposable'

// CommonJS
const isDisposable = require('is-disposable')

Usage

// Offline Mode
console.log(await isDisposable('example@email.com')) // updated weekly

// Online Mode (RECOMMENDED)
console.log(await isDisposable('example@email.com', { remote: true })) // updated hourly
0.9.0

2 years ago

0.8.0

2 years ago

0.7.0

2 years ago

0.6.0

2 years ago

0.5.0

2 years ago

0.4.0

2 years ago

0.3.0

2 years ago

0.2.0

2 years ago

0.1.0

2 years ago

0.0.0

2 years ago