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.1 to 0.0.2

7

index.js

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

writer.on("error", reemit)
reader.on("error", reemit)
return stream

@@ -81,2 +84,6 @@

}
function reemit(err) {
stream.emit("error", err)
}
}

4

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

@@ -30,4 +30,4 @@ "keywords": [],

"scripts": {
"test": "make node-test"
"test": "make test"
}
}

@@ -26,2 +26,3 @@ var duplex = require("./index")

assert.equal(written, 1)
assert.equal(data, 1)
assert.equal(data, 1)
console.log("DONE")
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