Comparing version 0.0.4 to 0.0.5
{ | ||
"name": "through2", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "A tiny wrapper around Node streams2 Transform to avoid explicit subclassing noise", | ||
@@ -5,0 +5,0 @@ "main": "through2.js", |
@@ -5,2 +5,4 @@ # through2 | ||
[![NPM](https://nodei.co/npm/through2.png?compact=true)](https://nodei.co/npm/through2/) | ||
**A tiny wrapper around Node streams.Transform (Streams2) to avoid explicit subclassing noise** | ||
@@ -36,3 +38,3 @@ | ||
callback() | ||
}) | ||
})) | ||
.on('data', function (data) { | ||
@@ -39,0 +41,0 @@ all.push(data) |
@@ -1,2 +0,2 @@ | ||
const Transform = require('readable-stream/transform') | ||
const Transform = require('stream').Transform || require('readable-stream/transform') | ||
, inherits = require('util').inherits | ||
@@ -3,0 +3,0 @@ |
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
10021
80