Socket
Socket
Sign inDemoInstall

through2

Package Overview
Dependencies
Maintainers
2
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

through2 - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

10

package.json
{
"name": "through2",
"version": "2.0.1",
"version": "2.0.2",
"description": "A tiny wrapper around Node streams2 Transform to avoid explicit subclassing noise",

@@ -23,11 +23,11 @@ "main": "through2.js",

"dependencies": {
"readable-stream": "~2.0.0",
"xtend": "~4.0.0"
"readable-stream": "^2.1.5",
"xtend": "~4.0.1"
},
"devDependencies": {
"bl": "~0.9.4",
"bl": "~1.1.2",
"faucet": "0.0.1",
"stream-spigot": "~3.0.5",
"tape": "~4.0.0"
"tape": "~4.6.2"
}
}

@@ -23,2 +23,5 @@ # through2

.pipe(fs.createWriteStream('out.txt'))
.on('finish', function () {
doSomethingSpecial()
})
```

@@ -25,0 +28,0 @@

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc