0.9.0 • Published 10 months ago

is-disposable v0.9.0

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months 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

10 months ago

0.8.0

10 months ago

0.7.0

11 months ago

0.6.0

11 months ago

0.5.0

11 months ago

0.4.0

11 months ago

0.3.0

12 months ago

0.2.0

12 months ago

0.1.0

12 months ago

0.0.0

12 months ago