Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
pm2-devmon
Advanced tools
pm2-devmon
PM2 development environment monitor running in independent mode.
With this tool you can run more than one project in development mode in different terminal sessions, so they do not share output and do not conflict (in opposed to standard pm2-dev
).
yarn add pm2 pm2-devmon
or
npm install pm2 pm2-devmon
Run application script
pm2-devmon start app.js
or run config script
pm2-devmon start pm2.config.js --raw
or run process config file
pm2-devmon start process.json --raw --env dev
See examples for more details.
$ pm2-devmon start --help
pm2-devmon start <cmd> [-r] [-e name] [-i files] [-x extensions] [-d delay]
Start PM2 development monitor
Positionals:
cmd PM2 config file or script or shell command [string] [required]
Options:
-r, --raw Raw output [boolean] [default: false]
-e, --env Environment name from env_[name] [string] [default: ""]
-i, --ignore Files list to ignore watching [array] [default: []]
-x, --ext Comma separated list of file extensions [string] [default: ""]
-d, --delay Restart delay [number] [default: 2500]
-v, --version Show version number [boolean]
-h, --help Show help
1.5.1 (2024-04-07)
FAQs
PM2 development environment monitor running in independent mode
The npm package pm2-devmon receives a total of 7 weekly downloads. As such, pm2-devmon popularity was classified as not popular.
We found that pm2-devmon 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
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.