Socket
Socket
Sign inDemoInstall

through2

Package Overview
Dependencies
9
Maintainers
2
Versions
38
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.4 to 2.0.5

7

package.json
{
"name": "through2",
"version": "2.0.4",
"version": "2.0.5",
"description": "A tiny wrapper around Node streams2 Transform to avoid explicit subclassing noise",
"main": "through2.js",
"scripts": {
"test": "nyc node test/test.js | faucet && nyc report"
"test": "node test/test.js | faucet"
},

@@ -22,3 +22,3 @@ "repository": {

"dependencies": {
"readable-stream": "2 || 3",
"readable-stream": "~2.3.6",
"xtend": "~4.0.1"

@@ -30,2 +30,3 @@ },

"nyc": "~13.1.0",
"safe-buffer": "~5.1.2",
"stream-spigot": "~3.0.6",

@@ -32,0 +33,0 @@ "tape": "~4.9.1"

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