Comparing version 0.2.2 to 0.2.3
{ | ||
"name": "through2", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"description": "A tiny wrapper around Node streams2 Transform to avoid explicit subclassing noise", | ||
@@ -22,10 +22,10 @@ "main": "through2.js", | ||
"dependencies": { | ||
"readable-stream": "~1.0.2", | ||
"readable-stream": "~1.1.9", | ||
"xtend": "~2.1.1" | ||
}, | ||
"devDependencies": { | ||
"tape": "~1.0.4", | ||
"bl": "~0.2.0", | ||
"stream-spigot": "~2.0.0" | ||
"tape": "~1.1.1", | ||
"bl": "~0.4.1", | ||
"stream-spigot": "~2.1.2" | ||
} | ||
} |
@@ -7,2 +7,5 @@ # through2 | ||
[![david-dm](https://david-dm.org/rvagg/through2.png)](https://david-dm.org/rvagg/through2/) | ||
[![david-dm](https://david-dm.org/rvagg/through2/dev-status.png)](https://david-dm.org/rvagg/through2#info=devDependencies/) | ||
**A tiny wrapper around Node streams.Transform (Streams2) to avoid explicit subclassing noise** | ||
@@ -9,0 +12,0 @@ |
@@ -217,3 +217,3 @@ const test = require('tape') | ||
spigot([ | ||
spigot({objectMode: true}, [ | ||
{temp: -2.2, unit: 'F'}, | ||
@@ -223,3 +223,3 @@ {temp: -40, unit: 'F'}, | ||
{temp: 22, unit: 'C'} | ||
], {objectMode: true}).pipe(th2) | ||
]).pipe(th2) | ||
}) | ||
@@ -226,0 +226,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
16466
107
+ Addedreadable-stream@1.1.14(transitive)
- Removedreadable-stream@1.0.34(transitive)
Updatedreadable-stream@~1.1.9