Socket
Socket
Sign inDemoInstall

through

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

through - npm Package Compare versions

Comparing version 2.0.0 to 2.1.0

5

index.js

@@ -42,2 +42,3 @@ var Stream = require('stream')

drain()
return stream
}

@@ -71,2 +72,3 @@

_end() // will emit or queue
return stream
}

@@ -81,2 +83,3 @@

stream.emit('close')
return stream
}

@@ -88,2 +91,3 @@

stream.emit('pause')
return stream
}

@@ -99,2 +103,3 @@ stream.resume = function () {

stream.emit('drain')
return stream
}

@@ -101,0 +106,0 @@ return stream

2

package.json
{
"name": "through",
"version": "2.0.0",
"version": "2.1.0",
"description": "simplified stream contruction",

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

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