Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@steveorevo/node-red-emerge

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@steveorevo/node-red-emerge

A node that merges msg objects until all defined properties are present / conditions met before passing the combined msg along.

  • 1.3.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
6
increased by200%
Maintainers
1
Weekly downloads
 
Created
Source

node-red-contrib-emerge

The emerge node merges incoming msg objects into an internal buffer until all matching predefined rules have been met. The merged buffer msg then 'emerges' (is sent) to the output when all rules have been satisfied. The internal buffer is then cleared to await the assembly of a new merged buffer msg object. An optional timeout can be thrown to invoke a catch node.

Use case scenario

Often times we need to submit a msg to a node with various properties present and filled out; these properties may come from various asynchronous and parallel flow segments. Counting messages and waiting to gather all these values into a single msg can be a burden. The emerge node can simplify that burden by combining msgs until all the needed properties are present and/or meet the conditional requirements before passing the message along.

How to install

You can install emerge via Node-RED's built in palette manager and searching for node-red-emerge

or

Run the following command in your Node-RED user directory (typically ~/.node-red):

npm install @steveorevo/node-red-emerge

The emerge node will appear in the palette under the sequence group.

Building

The emerge node was built using the same author's Node-Maker project. Included in this repo is the node-maker.json file containing the flow needed to build emerge. Simply import this flow into Node-RED and click the associated inject button. The current version of node-red-emerge folder will appear in your Node-RED's node_modules folder.

Support the creator

You can help Steveorevo's open source development endeavors by donating any amount. Your donation, no matter how large or small helps pay for his time and resources to create MIT and GPL licensed projects that you and the world can benefit from. Click the link below to donate today :)

https://steveorevo.com/donate

Keywords

FAQs

Package last updated on 06 Dec 2022

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc