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.
[![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 476 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.
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.