stream-browserify
Advanced tools
Weekly downloads
Changelog
3.0.0
readable-stream
3. For breaking changes, see the readable-stream notes.Readme
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 stream module from node core for browsers
The npm package stream-browserify receives a total of 10,966,433 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 installs a Github app to automatically flag issues on every pull request and report the health of your dependencies. Find out what is inside your node modules and prevent malicious activity before you update the dependencies.