
Security News
Crates.io Users Targeted by Phishing Emails
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
banr-stream
Advanced tools
Prepend one-line package.json banner in pipeline.
$ npm install banr-stream --save-dev
--file
is optional. More info check out banr.
Options:
--file=FILE, -f FILE
Example:
$ echo "MY CONTENT FILE" | banr
/*! Banr-stream v1.0.2 | MIT (c) 2016 José Luis Quintana */
MY AWESOME CONTENT FILE
var banr = require('banr-stream');
process.stdin
.pipe(banr())
.pipe(process.stdout);
Example:
$ echo "content of my module" | node example/stream.js
/*! MyModule v1.0.0 | MIT (c) 2016 John Doe */
content of my module
Pull requests and issues are welcome.
MIT license
© 2016 José Luis Quintana
FAQs
Prepend one-line package.json banner in pipeline.
The npm package banr-stream receives a total of 2 weekly downloads. As such, banr-stream popularity was classified as not popular.
We found that banr-stream 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
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
Product
Socket now lets you customize pull request alert headers, helping security teams share clear guidance right in PRs to speed reviews and reduce back-and-forth.
Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.