Socket
Socket
Sign inDemoInstall

duplexer

Package Overview
Dependencies
0
Maintainers
2
Versions
7
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

4

index.js

@@ -30,2 +30,6 @@ var Stream = require("stream")

writer.on("drain", function() {
stream.emit("drain")
})
writer.on("error", reemit)

@@ -32,0 +36,0 @@ reader.on("error", reemit)

2

package.json
{
"name": "duplexer",
"version": "0.0.2",
"version": "0.0.3",
"description": "Creates a duplex stream",

@@ -5,0 +5,0 @@ "keywords": [],

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