New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

node-red-contrib-splitter

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-red-contrib-splitter

A Node-RED node to split arrays into seperate messages, making it easy to loop over.

latest
Source
npmnpm
Version
0.0.16
Version published
Maintainers
1
Created
Source

node-red-node-splitter

This node iterates over an array.

The idea

In enterprise integration patterns there are many names for this: a splitter, sequencer, iterator or chunkifier.

In the end 'splitter' is the best name imho. More info here

Why a node?

Well..look at this image, and then imagine using 10 loops in a similar way:

Got the point? With visual progarmming the Deutsch Limit seems to lure around every corner. Better to make a node for that.

Installation

Run:

npm install node-red-contrib-splitter

Author

Leon van Kammen, http://coderofsalvation.github.io / http://github.com/coderofsalvation

License

BSD

Keywords

node-red

FAQs

Package last updated on 21 May 2015

Did you know?

Socket

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.

Install

Related posts