highland-process
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -5,3 +5,3 @@ var _ = require('highland'), | ||
exports.from = function from(process) { | ||
return _.sequence([ | ||
return _.merge([ | ||
_(process.stdout), | ||
@@ -24,3 +24,3 @@ _(process.stderr).consume(errorConsumer()) | ||
return _.sequence([ | ||
return _.merge([ | ||
out, | ||
@@ -27,0 +27,0 @@ errors |
{ | ||
"name": "highland-process", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "Utility that lets you turn a process into a highland stream.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5387