
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
A CLI for livereload.
npm install -g lr
.lr.ymlmute)From --help:
Usage: lr [options] [path]:[command] ...
Options:
-h, --help output usage information
-V, --version output the version number
-p, --port <port> listen on port
-m, --mute <char> character to suppress reloading
-f, --file <path> path to configuration file
-v, --verbose more detailed log messages
-s, --silent suppress all log messages
Watch the path and reload on changes. All watches are recursive.
Examples:
$ lr # this is the same as passing `.`
$ lr foo bar # pass as many paths as you like
$ lr foo/*.js # globs are resolved
If given a command, lr will execute it before reloading. This is particularly useful for builds.
Examples:
$ lr baz:make # when baz changes, make, then reload
Mute commands are prefixed by the mute delimiter, @, by default.
A mute command does not trigger a reload. This is handy for
builds with multiple compile steps. For instance, you may want to
compile your stylus files quietly, instead waiting for changes in
build before reloading.
Examples:
$ lr public/*/*.styl:'@make stylus' build # compile CSS when necessary, but only reload for changes in build
MIT
FAQs
Livereload interface for hackers
We found that lr 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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.