
Research
/Security News
Critical Vulnerability in NestJS Devtools: Localhost RCE via Sandbox Escape
A flawed sandbox in @nestjs/devtools-integration lets attackers run code on your machine via CSRF, leading to full Remote Code Execution (RCE).
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 8 weekly downloads. As such, pm2-devmon popularity was classified as not popular.
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.
Research
/Security News
A flawed sandbox in @nestjs/devtools-integration lets attackers run code on your machine via CSRF, leading to full Remote Code Execution (RCE).
Product
Customize license detection with Socket’s new license overlays: gain control, reduce noise, and handle edge cases with precision.
Product
Socket now supports Rust and Cargo, offering package search for all users and experimental SBOM generation for enterprise projects.