
Product
Introducing Supply Chain Attack Campaigns Tracking in the Socket Dashboard
Campaign-level threat intelligence in Socket now shows when active supply chain attacks affect your repositories and packages.
request-stream
Advanced tools
Extremely minimal wrapper around node core http/https to conveniently get request and response streams
Extremely minimal wrapper around node core http/https to conveniently get request and response streams.
var request = require('request-stream')You can now use request to make new requests
var req = request(url, [opts], callback)req is a writable stream. Data written to it will be written to the request upload body. For requests wtih an upload body you must call req.end() for the request to finish, even if you write no data to it. If you don't call req.end() you will never receive a response.
url is the HTTP url for this request
opts are request options:
GET - sets HTTP methodurlurlurlcallback is called with (err, res). If there was no err, res will be a readable stream of the response data.
Both req and res are the unmodified http.ClientRequest and http.IncomingMessage
These set the method option for you
FAQs
Extremely minimal wrapper around node core http/https to conveniently get request and response streams
The npm package request-stream receives a total of 344 weekly downloads. As such, request-stream popularity was classified as not popular.
We found that request-stream demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers 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.

Product
Campaign-level threat intelligence in Socket now shows when active supply chain attacks affect your repositories and packages.

Research
Malicious PyPI package sympy-dev targets SymPy users, a Python symbolic math library with 85 million monthly downloads.

Security News
Node.js 25.4.0 makes require(esm) stable, formalizing CommonJS and ESM compatibility across supported Node versions.