Security News
Node.js EOL Versions CVE Dubbed the "Worst CVE of the Year" by Security Experts
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
[![npm](https://img.shields.io/npm/v/bob-watch)](https://npm.im/bob-watch)
Execute commands on start and after every file change in specified directories/files patterns, powered by Chokidar.
The previously specified commands processes are killed before the commands are re-executed, specially useful for APIs.
pnpm add -D bob-watch
yarn add -D bob-watch
npm install -D bob-watch
Usage: bob-watch [options]
Options:
-V, --version output the version number
-c, --command <commands...> Commands to be executed on start and on every change
-w, --watch <patterns...> Patterns of directories or files to be watched
-i, --ignore <patterns...> Ignore watch patterns
--quiet Prevent non-error logs (default: false)
-h, --help display help for command
{
"scripts": {
"dev": "bob-watch -w src -c \"bob-tsm src/index.ts\""
}
}
FAQs
[![npm](https://img.shields.io/npm/v/bob-watch)](https://npm.im/bob-watch)
The npm package bob-watch receives a total of 54 weekly downloads. As such, bob-watch popularity was classified as not popular.
We found that bob-watch 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
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.