Socket
Socket
Sign inDemoInstall

through2

Package Overview
Dependencies
7
Maintainers
2
Versions
38
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.2 to 0.2.3

10

package.json
{
"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 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc