Security News
Bun 1.2 Released with 90% Node.js Compatibility and Built-in S3 Object Support
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
detour-stream
Advanced tools
Use boolean expressions/functions to conditionally attach a stream as a detour or an alternative destination stream.
Use boolean expressions/functions to conditionally attach a stream as a detour or an alternative destination stream.
This module is inspired by gulp-if. The difference is that this module is not created for gulp.
Following the above diagram, if bool is unsatisfied, then data from stream A will pass through to Stream D.
Otherwise, data will pipe to Stream B whenever bool is satisfied.
If branch is true, then data will not be piped back to Stream D. This is useful when emulating if/else with streams.
detour
will pipe data to stream appropriately whenever bool
is satisfied.
Type: boolean
, or function
If a function is given, then the function is passed a data chunk. The function should return a boolean
.
Stream for detour-stream to pipe data into whenever bool satisfies.
Type: boolean
Default: false
branch
controls the flow behavior of whether detour-stream should pipe stream
back to the main stream (i.e. detour stream).
If true
, then gulp-if will not pipe stream
back to the main stream. This emulates if/else stream flow.
MIT.
0.0.1
FAQs
Use boolean expressions/functions to conditionally attach a stream as a detour or an alternative destination stream.
We found that detour-stream demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
Security News
Biden's executive order pushes for AI-driven cybersecurity, software supply chain transparency, and stronger protections for federal and open source systems.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.