
Research
/Security News
DuckDB npm Account Compromised in Continuing Supply Chain Attack
Ongoing npm supply chain attack spreads to DuckDB: multiple packages compromised with the same wallet-drainer malware.
disposable-email-detector
Advanced tools
The disposable-email-detector
is a TypeScript utility designed to identify disposable email addresses, providing developers with a tool to enhance email verification processes.
index.json
or invalid JSON format. npm i disposable-email-detector
import disposableEmailDetector from 'disposable-email-detector';
const email = 'test@mailinator.com';
disposableEmailDetector(email)
.then((response) => console.log(response)); // true
The disposableEmailDetector function reads a list of disposable email domains from index.json. It checks whether the provided email address belongs to a disposable domain and returns a boolean indicating the result.
index.json
is not found, the script informs you to create it with disposable domains.index.json
has an invalid JSON format, it prompts you to correct the file.Contributions are welcome! Please refer to the contributing guidelines for more information.
This project is licensed under the MIT License - see the LICENSE file for details.
FAQs
disposable email detector
We found that disposable-email-detector demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer 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.
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.
Product
Socket’s new Pull Request Stories give security teams clear visibility into dependency risks and outcomes across scanned pull requests.