Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
multitasker
Advanced tools
multitasker
is a utility for executing commands in multiple directories.
npm -g install multitasker
multitasker
keeps track of directories via tags you define. Commands can then be executed in the tagged directories.
Tagging directories is easy:
$ multitasker tag work # if no directories are provided, the current directory is used
$ multitasker tag work ~/work/client ~/work/server # or you can specify directories
You can view your tagged directories via multitasker tags
and un-tag directories using multitasker untag
(or delete tags altogether using multitasker rmtag
). Tags are stored in ~/.multitasker.conf
.
Commands are executed via multitasker exec
:
$ multitasker exec work git pull # runs "git pull" in all directories tagged "work"
By default, the commands are executed in each directory simultaneously. If desired, a max number of concurrent executions can be defined with the -m
or --max
flag. For example, this may be useful for commands that involve SSH connections (like git pull
), for which there is a limit of simultaneous connections for a given machine.
Commands can also be run sequentially in each tagged directory, with the -s
or --serial
flag. This may be useful for memory- or CPU-intensive processes.
For more options, run multitasker -h
or multitasker <subcommand> -h
.
FAQs
A utility for executing commands in multiple directories.
The npm package multitasker receives a total of 1 weekly downloads. As such, multitasker popularity was classified as not popular.
We found that multitasker 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
Security News
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.