Socket
Socket
Sign inDemoInstall

through2

Package Overview
Dependencies
5
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.2 to 0.0.3

8

package.json
{
"name": "through2",
"version": "0.0.2",
"description": "A tiny wrapper around Node streams2 Transform to avoid explicit subclassing noise",
"version": "0.0.3",
"description": "A tiny wrapper around Node streams2 Transform to avoid explicit subclassing noise: #polyhack -- OK I FIXED THE REPO! HAPPY?",
"main": "through2.js",

@@ -11,3 +11,3 @@ "scripts": {

"type": "git",
"url": "https://github.com/through2.git"
"url": "https://github.com/rvagg/through2.git"
},

@@ -25,2 +25,2 @@ "keywords": [

}
}
}

@@ -10,2 +10,3 @@ const Transform = require('readable-stream/transform')

transform = options
flush = transform
options = {}

@@ -12,0 +13,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