
Research
/Security News
9 Malicious NuGet Packages Deliver Time-Delayed Destructive Payloads
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.
Adds brfs as a browserify transform to your package.json, if it isn't already listed.
npm install add-brfs -g
Then, in the directory of the module you want to use brfs:
add-brfs
This will prepend brfs to the list of transforms for your current directory's package.json.
Alternatively:
add-brfs --install
The --install or -i flag will also install the brfs module and --save it as a dependency.
You can use --append to append it to the list of browserify transforms instead of prepend. You can also use --dir to specify a different directory than the current working directory to look for package.json (however, installing is still done in current directory).
Usage:
add-brfs [opts]
Options:
-h show help message
-d, --dir the directory to look for package.json
-a, --append adds brfs at end of transform list
-i, --i also install the latest brfs with --save flag
MIT, see LICENSE.md for details.
FAQs
adds brfs as a browserify transform to your package.json
The npm package add-brfs receives a total of 2 weekly downloads. As such, add-brfs popularity was classified as not popular.
We found that add-brfs 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 researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.

Security News
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.

Security News
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.