
Security News
libxml2 Maintainer Ends Embargoed Vulnerability Reports, Citing Unsustainable Burden
Libxml2’s solo maintainer drops embargoed security fixes, highlighting the burden on unpaid volunteers who keep critical open source software secure.
start and restart os processes on file system watch events.
fsrun ./ [node app.js]
fsrun ./ [cargo run --example app]
fsrun ./ [dotnet build]
npm install fsrun -g
fsrun is a simple command line tool to start and restart OS processes from file system watch events. fsrun works in a similar fashion to nodejs tools like nodemon and node-supervisor, but focuses on being able to restart any type of process.
fsrun was primiarly written as a quick / easy to install developer aid for "compile/restart on save" scenarios.
fsrun will run shell commands written within the [] brackets.
fsrun [echo hello world]
By default, fsrun will watch the current working directory.
fsrun [echo hello world]
is the same as
fsrun ./ [echo hello world]
users can explicity state which path to watch. The path given should be absolute or pathed relative to the current working directory. The path should also preceed any commands.
fsrun ../relative/path [echo hello]
fsrun c:/absolute/path/index.js [echo world]
fsrun can run multiple processes. Each process is run concurrently and will be started / restarted as a group on file system changes.
fnrun ./ [echo one] [echo two] [echo three]
It is possible to watch multiple paths seperating each path with a space. The following watches ./this and ./that and echos hello.
fsrun ./this ./that [echo hello]
FAQs
start and restart os processes on file system watch events.
The npm package fsrun receives a total of 3 weekly downloads. As such, fsrun popularity was classified as not popular.
We found that fsrun 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
Libxml2’s solo maintainer drops embargoed security fixes, highlighting the burden on unpaid volunteers who keep critical open source software secure.
Research
Security News
Socket researchers uncover how browser extensions in trusted stores are used to hijack sessions, redirect traffic, and manipulate user behavior.
Research
Security News
An in-depth analysis of credential stealers, crypto drainers, cryptojackers, and clipboard hijackers abusing open source package registries to compromise Web3 development environments.