Socket
Book a DemoInstallSign in
Socket

collection-red

Package Overview
Dependencies
Maintainers
2
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

collection-red

Helper node for javascript collections.

0.0.5
latest
Source
npmnpm
Version published
Maintainers
2
Created
Source

Collection-RED

Collection-RED is a node which helps you to manage your context objects within a flow more easily.

context

Usage

Just set the location of your collection and the type (Object, Array, Map, Set). Then you can choose from a variation of possible actions designed for that collection type.

There is a description for the selected action as well as what can be a possible conflict.

For example: In this picture below we want to insert the payload value at the end of an array located at flow.collection. This is equal to using the function node and use flow.collection.push(msg.payload).

Array-Example

Conflict handling

As your action may create a conflict, (e.g. insert an object key, which already exists) you have to choose how this conflict should be handled.

conflict

  • If that key should not exist at that moment throw an error and stop the flow
  • Create a second node output, to switch the flow direction
  • Discard the message will stop the flow without throwing an error
  • Keep the value or
  • Overwrite the value (like action 'set')

Examples

There is an example flow which can be imported which shows for all four object types and all actions an example.

This node can also be tested by using gitpod.

Developers

This node was created with Svelte-Integration-RED. Therefore changes should be made within the collection-red.svelte file and then use the command sir.

Keywords

node-red

FAQs

Package last updated on 17 Nov 2021

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

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.