stream-collector
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "stream-collector", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Buffer data from a stream into an array if a callback is provided", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -9,2 +9,4 @@ # stream-collector | ||
[![build status](http://img.shields.io/travis/mafintosh/stream-collector.svg?style=flat)](http://travis-ci.org/mafintosh/stream-collector) | ||
## Usage | ||
@@ -11,0 +13,0 @@ |
@@ -1,2 +0,2 @@ | ||
var collect = require('stream-collector') | ||
var collect = require('./') | ||
var tape = require('tape') | ||
@@ -3,0 +3,0 @@ var through = require('through2') |
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
4094
7
40