
Research
Security News
Lazarus Strikes npm Again with New Wave of Malicious Packages
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
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.
FAQs
Use boolean expressions/functions to conditionally attach a stream as a detour or an alternative destination stream.
The npm package detour-stream receives a total of 1 weekly downloads. As such, detour-stream popularity was classified as not popular.
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.
Research
Security News
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Security News
Socket CEO Feross Aboukhadijeh discusses the open web, open source security, and how Socket tackles software supply chain attacks on The Pair Program podcast.
Security News
Opengrep continues building momentum with the alpha release of its Playground tool, demonstrating the project's rapid evolution just two months after its initial launch.