Gathering detailed insights and metrics for node-red-contrib-loop-processing
Gathering detailed insights and metrics for node-red-contrib-loop-processing
Gathering detailed insights and metrics for node-red-contrib-loop-processing
Gathering detailed insights and metrics for node-red-contrib-loop-processing
npm install node-red-contrib-loop-processing
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
12 Stars
45 Commits
21 Forks
3 Watching
1 Branches
1 Contributors
Updated on 26 Mar 2024
HTML (56.21%)
JavaScript (43.79%)
Cumulative downloads
Total Downloads
Last day
9.8%
157
Compared to previous day
Last week
25.1%
1,046
Compared to previous week
Last month
-2%
3,718
Compared to previous month
Last year
-14.3%
47,963
Compared to previous year
2
Node-RED nodes to help a flow looping.
This module has 3 nodes.
Using a counter variable, a flow loops like a for-loop.
Set the following inputs:
If the conditions is true, a flow is sent to the lower output port ('true' outputLabel).
If false, the flow is sent to the upper output port ('false' outputLabel).
When the flow exits the loop, the counter variable can reset by setting to null
, undefined
or empty string. This is useful for creating a multi-loop.
Until the end of an array, a flow loops. This node is similar to forEach or for-of, but this node cannot handle an associated array.
Set the following inputs:
If the conditions is true, a flow is sent to the lower output port.
If false, the flow is sent to the upper output port ('end loop' outputLabel).
When the flow exits the loop, the key variable can reset by setting to null
, undefined
or empty string. This is useful for creating a multi-loop.
since 0.2.0
Using a condition expression, a flow loops like a while loop.
If the expression is true, a flow is sent to the lower output port ('true' outputLabel).
If false, the flow is sent to the upper output port ('false' outputLabel).
Example flow is in examples/example.json.
Drag & drop in your Node-RED editor.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
license file detected
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
Found 0/14 approved changesets -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Score
Last Scanned on 2024-11-18
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More