Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
email-providers
Advanced tools
A list of common eMail providers. Thanks to @goware!
The npm package (not this Git repo) contains the following data:
all.json
, and< 100000
in common.json
.npm install email-providers
The package published to npm contains two files all.json
and common.json
. The index.js
entrypoint also exports all.json
.
// use ES Modules with import assertions if your environment already supports them
// https://github.com/tc39/proposal-import-assertions
import all from 'email-providers/all.json' assert {type: 'json'}
import common from 'email-providers/common.json' assert {type: 'json'}
import alsoAll from 'email-providers'
// alernatively, use module.createRequire
import {createRequire} from 'module'
const require = createRequire(import.meta.url)
// in a CommonJS environment, you can use require right away, of course
const all = require('email-providers/all.json')
const common = require('email-providers/common.json')
all.length // 4149
common.length // 312
all[0] // 1033edge.com
common[0] // yahoo.com
If you have a question, found a bug or want to propose a feature, have a look at the issues page.
FAQs
A list of common eMail providers.
The npm package email-providers receives a total of 33,663 weekly downloads. As such, email-providers popularity was classified as popular.
We found that email-providers 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.
Security News
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.