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.1.0 to 2.2.0

2

index.js

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

stream.queue = function (data) {
stream.queue = stream.push = function (data) {
buffer.push(data)

@@ -42,0 +42,0 @@ drain()

{
"name": "through",
"version": "2.1.0",
"version": "2.2.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