1.9.6 • Published 3 years ago

@rearguard/is-burner v1.9.6

Weekly downloads
10
License
MIT
Repository
github
Last release
3 years ago

@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
1.9.6

3 years ago

1.9.5

3 years ago

1.9.4

3 years ago

1.9.3

3 years ago

1.9.1

3 years ago

1.9.0

3 years ago

1.8.0

3 years ago

1.9.2

3 years ago

1.7.1

3 years ago

1.7.0

3 years ago

1.6.0

3 years ago

1.5.0

3 years ago

1.4.2

3 years ago

1.4.1

3 years ago

1.4.0

3 years ago

1.3.0

4 years ago

1.2.0

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago