
Company News
Socket Named Top Sales Organization by RepVue
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.
stream-browserify
Advanced tools
the stream module from node core, for browsers!
This module uses readable-stream, with additions for compatibility with npm packages that use old Node.js stream APIs.
You usually do not have to install stream-browserify yourself! If your code runs in Node.js, stream is built in, or readable-stream can be used. If your code runs in the browser, bundlers like browserify also include the stream-browserify module.
But if none of those apply, with npm do:
npm install stream-browserify
Consult the node core documentation on streams.
Cross-browser testing generously provided by Sauce Labs.
The readable-stream package is a mirror of the stream module from Node.js core, which is specifically maintained for compatibility with different Node.js versions. It provides the same API as stream-browserify but is more focused on Node.js environments rather than the browser.
Through2 is a tiny wrapper around Node.js streams.Transform that makes it easier to create transform streams. It is similar to stream-browserify's transform stream functionality but with a simpler API for creating transform streams.
Highland.js manages synchronous and asynchronous code easily, using nothing more than standard JavaScript and Node-like streams. While stream-browserify aims to replicate Node's stream module in the browser, Highland.js provides higher-level stream operations and utilities, making it more powerful for complex stream processing tasks.
FAQs
the stream module from node core for browsers
The npm package stream-browserify receives a total of 15,599,245 weekly downloads. As such, stream-browserify popularity was classified as popular.
We found that stream-browserify demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 40 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.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.