
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
company-email-validator
Advanced tools
Provides a fast company / work email validator by checking whether the email domain is in the free email provider list.
Provides a fast company / work email validator by checking whether the email domain is in the free email provider list. Note: does not check SMTP servers and MX records currently (i.e. doesn't do deep validation).
Do you worry about tomorrow? This short film gives hope for whatever may come.
Made with :heart: by Utterly (noise removal for online meetings)
Install via NPM:
npm install company-email-validator
Install via yarn:
yarn add company-email-validator
var CompanyEmailValidator = require("company-email-validator");
CompanyEmailValidator.isCompanyEmail("test@utterly.app"); // true
CompanyEmailValidator.isCompanyEmail("test@gmail.com"); // false
import * as CompanyEmailValidator from 'company-email-validator';
CompanyEmailValidator.isCompanyEmail("test@utterly.app"); // true
CompanyEmailValidator.isCompanyEmail("test@gmail.com"); // false
Contributions welcome! Check the LICENSE
file for more info.
Distributed under the unlicense public domain. See LICENSE
for more information.
FAQs
Provides a fast company / work email validator by checking whether the email domain is in the free email provider list.
The npm package company-email-validator receives a total of 31,169 weekly downloads. As such, company-email-validator popularity was classified as popular.
We found that company-email-validator demonstrated a not healthy version release cadence and project activity because the last version was released 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
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.