Comparing version 0.0.1 to 0.1.0
@@ -13,3 +13,2 @@ exports.array = toArray | ||
stream.once('end', cleanup) | ||
stream.once('close', callback) | ||
stream.once('close', cleanup) | ||
@@ -32,3 +31,2 @@ | ||
stream.removeListener('end', cleanup) | ||
stream.removeListener('close', callback) | ||
stream.removeListener('close', cleanup) | ||
@@ -35,0 +33,0 @@ } |
{ | ||
"name": "stream-to", | ||
"description": "Concatenate a readable stream's data into either a single buffer, string, or array.", | ||
"version": "0.0.1", | ||
"version": "0.1.0", | ||
"author": { | ||
@@ -6,0 +6,0 @@ "name": "Jonathan Ong", |
@@ -5,2 +5,7 @@ # Stream to ______ [![Build Status](https://travis-ci.org/jonathanong/stream-to.png)](https://travis-ci.org/jonathanong/stream-to) | ||
You may also be interested in: | ||
- [cursor-methods](https://github.com/jonathanong/cursor-methods) | ||
- [cat-stream](https://github.com/jonathanong/cat-stream) | ||
## API | ||
@@ -96,2 +101,2 @@ | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN | ||
THE SOFTWARE. | ||
THE SOFTWARE. |
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
4965
101
45