Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

stream-buffers

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stream-buffers - npm Package Compare versions

Comparing version 0.2.6 to 1.0.0

2

package.json
{
"name": "stream-buffers",
"version": "0.2.6",
"version": "1.0.0",
"description": "Buffer-backed Streams for reading and writing.",

@@ -5,0 +5,0 @@ "keywords": [

@@ -1,2 +0,2 @@

# Node Stream Buffers `v0.2.5`
# Node Stream Buffers

@@ -9,2 +9,4 @@ [![Build Status](https://travis-ci.org/samcday/node-stream-buffer.png)](https://travis-ci.org/samcday/node-stream-buffer)

[![NPM](https://nodei.co/npm/stream-buffers.png)](https://npmjs.org/package/stream-buffers)
## Installation

@@ -94,3 +96,3 @@

Chunks are pumped out by the interval that you specified in frequency. Setting the frequency to 0 will immediately stream the data (also in chunks). This is useful for unit testing.
Chunks are pumped out by the interval that you specified in frequency. Setting the frequency to 0 will immediately stream the data (also in chunks), even if the stream has not been piped to a destination. This is useful for unit testing.

@@ -116,4 +118,11 @@ setEncoding() for streams is respected too:

## Contributors
Thanks to the following people for taking some time to contribute to this project.
* Igor Dralyuk <idralyuk@ebay.com>
* Simon Koudijs <simon.koudijs@intellifi.nl>
## License
node-stream-buffer is free and unencumbered public domain software. For more information, see the accompanying UNLICENSE file.
node-stream-buffer is free and unencumbered public domain software. For more information, see the accompanying UNLICENSE file.

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc