Socket
Socket
Sign inDemoInstall

ternary-stream

Package Overview
Dependencies
10
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.1 to 1.2.2

2

index.js

@@ -47,3 +47,3 @@ 'use strict';

// consumers write in to forkStream, we write out to outStream
return duplexer2(forkStream, outStream);
return duplexer2({objectMode: true}, forkStream, outStream);
};
{
"name": "ternary-stream",
"description": "Fork stream based on passed condition, and collect down-stream",
"version": "1.2.1",
"version": "1.2.2",
"homepage": "https://github.com/robrich/ternary-stream",

@@ -17,10 +17,10 @@ "repository": "git://github.com/robrich/ternary-stream.git",

"duplexer2": "~0.0.2",
"merge-stream": "~0.1.5",
"merge-stream": "~0.1.6",
"fork-stream": "~0.0.4",
"through2": "~0.6.1"
"through2": "~0.6.3"
},
"devDependencies": {
"jshint": "^2.5.5",
"mocha": "^1.21.4",
"should": "^4.0.4"
"jshint": "^2.5.6",
"mocha": "^2.0.0",
"should": "^4.1.0"
},

@@ -27,0 +27,0 @@ "scripts": {

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