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 1.1.0 to 1.1.1

2

index.js

@@ -67,4 +67,2 @@ var Stream = require('stream')

if(ended) return
//this breaks, because pipe doesn't check writable before calling end.
//throw new Error('cannot call end twice')
ended = true

@@ -71,0 +69,0 @@ if(arguments.length) stream.write(data)

2

package.json
{
"name": "through",
"version": "1.1.0",
"version": "1.1.1",
"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