Socket
Socket
Sign inDemoInstall

is-disposable-email

Package Overview
Dependencies
1
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    is-disposable-email

Determine if an email is a [disposable email address](http://en.wikipedia.org/wiki/Disposable_email_address) like `joe@mailinator.com`. You can use it to detect or block disposable accounts in your signup process.


Version published
Weekly downloads
211
decreased by-12.08%
Maintainers
1
Install size
2.46 MB
Created
Weekly downloads
 

Readme

Source

is-disposable-email

Determine if an email is a disposable email address like joe@mailinator.com. You can use it to detect or block disposable accounts in your signup process.

Example

var disposable = require('is-disposable-email');

disposable('ilya@segment.io'); // false
disposable('mike@gmail.com'); // false
disposable('fake@mailinator.com'); // true

Installation

$ npm install is-disposable-email
$ component install ivolo/is-disposable-email

Licence

WWWWWW||WWWWWW
 W W W||W W W
      ||
    ( OO )__________
     /  |           \
    /o o|    MIT     \
    \___/||_||__||_|| *
         || ||  || ||
        _||_|| _||_||
       (__|__|(__|__|

Keywords

FAQs

Last updated on 27 Jan 2014

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc