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.4 to 0.0.5

2

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

@@ -5,0 +5,0 @@ "main": "through2.js",

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

[![NPM](https://nodei.co/npm/through2.png?compact=true)](https://nodei.co/npm/through2/)
**A tiny wrapper around Node streams.Transform (Streams2) to avoid explicit subclassing noise**

@@ -36,3 +38,3 @@

callback()
})
}))
.on('data', function (data) {

@@ -39,0 +41,0 @@ all.push(data)

@@ -1,2 +0,2 @@

const Transform = require('readable-stream/transform')
const Transform = require('stream').Transform || require('readable-stream/transform')
, inherits = require('util').inherits

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