
Product
Introducing Tier 1 Reachability: Precision CVE Triage for Enterprise Teams
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
disposable-email-domains
Advanced tools
A list of [disposable email domains](http://en.wikipedia.org/wiki/Disposable_email_address) like `mailinator.com`. You can use it to detect or block disposable accounts in your signup process. Exact domain matches are found in [index.json](https://github.
A list of disposable email domains like mailinator.com
. You can use it to detect or block disposable accounts in your signup process. Exact domain matches are found in index.json and wildcard domains (ex: *.33mail.com
) are in wildcard.json.
var domains = require('disposable-email-domains');
var wildcards = require('disposable-email-domains/wildcard.json');
// ... your code here
An always-up-to-date version of this repo is provided as an API by Kickbox. Issuing a GET
request to https://open.kickbox.com/v1/disposable/{DomainOrEmailAddress} will return {"disposable":true}
or {"disposable":false}
as a JSON response.
https://open.kickbox.com/v1/disposable/mailinator.com
{"disposable":true}
$ npm install disposable-email-domains
$ component install ivolo/disposable-email-domains
Add new disposable domains to index.json and wildcard disposable domains to wildcard.json.
To easily add new domains, insert them into index.txt and/or wildcard.txt and run npm run add
.
The domains will be added to the respective files and some validation will be made to ensure they pass the tests.
Please run npm run test
before creating a Pull Request to ensure all tests are passing.
You can also run npm run prod
to add new domains and run the tests at the same time.
WWWWWW||WWWWWW
W W W||W W W
||
( OO )__________
/ | \
/o o| MIT \
\___/||_||__||_|| *
|| || || ||
_||_|| _||_||
(__|__|(__|__|
THE SOFTWARE IS PROVIDED "AS IS" AND "AS AND WHEN AVAILABLE", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
FAQs
A list of [disposable email domains](http://en.wikipedia.org/wiki/Disposable_email_address) like `mailinator.com`. You can use it to detect or block disposable accounts in your signup process. Exact domain matches are found in [index.json](https://github.
The npm package disposable-email-domains receives a total of 97,800 weekly downloads. As such, disposable-email-domains popularity was classified as popular.
We found that disposable-email-domains demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
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.
Product
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
Research
/Security News
Ongoing npm supply chain attack spreads to DuckDB: multiple packages compromised with the same wallet-drainer malware.
Security News
The MCP Steering Committee has launched the official MCP Registry in preview, a central hub for discovering and publishing MCP servers.