
Security News
npm ‘is’ Package Hijacked in Expanding Supply Chain Attack
The ongoing npm phishing campaign escalates as attackers hijack the popular 'is' package, embedding malware in multiple versions.
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
We found that pm2-devmon 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
The ongoing npm phishing campaign escalates as attackers hijack the popular 'is' package, embedding malware in multiple versions.
Security News
A critical flaw in the popular npm form-data package could allow HTTP parameter pollution, affecting millions of projects until patched versions are adopted.
Security News
Bun 1.2.19 introduces isolated installs for smoother monorepo workflows, along with performance boosts, new tooling, and key compatibility fixes.