stream-buffers
Advanced tools
Comparing version 0.2.6 to 1.0.0
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
13343
1
126