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.
Execute your favorite command in SubDirectories. Use it like: `eisd '[command]' [subdirs...]` (Example: `eisd 'yarn build' client server scripts`)
Execute your favorite command in SubDirectories. Use it like: eisd <command> [options] <directories...>
(Example: eisd 'yarn build' --async client server scripts
)
Click here for the yarn install version!
Click here for the npm install version!
Usage: eisd <command> [options] <directories...>
Options:
-a, --async Execute commands async across all folders, output will be a mess
-e, --allowErrors Allow errors (at default we stop when there is one). NOTE: always true when in async mode
-d, --envDirectories [environment_key] Environment variable that contains the directories, for example a package.json config car would be: npm_config_myVar
-v, --verbose More verbose output
-h, --help output usage information
Cli:
eisd 'yarn install' --ignoreRegex '^warning' --async client server testSetup/mockServer
Package.json:
{
"name": "Root",
"version": "0.0.1",
"description": "mainFolder",
"scripts": {
"postinstall": "yisd client server",
"build": "eisd 'yarn build' client server scripts",
"lint": "eisd 'npm run lint' -d npm_package_config_components"
},
"config": {
"components": "client server scripts"
}
}
Works on Linux and Mac, should also work on Windows (will test it soon). If not, create an issue and I will fix it. :-)
FAQs
Execute your favorite command in SubDirectories. Use it like: `eisd '[command]' [subdirs...]` (Example: `eisd 'yarn build' client server scripts`)
The npm package eisd receives a total of 25 weekly downloads. As such, eisd popularity was classified as not popular.
We found that eisd 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.
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.