
Security News
PodRocket Podcast: Inside the Recent npm Supply Chain Attacks
Socket CEO Feross Aboukhadijeh discusses the recent npm supply chain attacks on PodRocket, covering novel attack vectors and how developers can protect themselves.
collection-red
Advanced tools
Collection-RED is a node which helps you to manage your context objects within a flow more easily.
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).
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.
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.
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
.
FAQs
Helper node for javascript collections.
We found that collection-red demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers 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.
Security News
Socket CEO Feross Aboukhadijeh discusses the recent npm supply chain attacks on PodRocket, covering novel attack vectors and how developers can protect themselves.
Security News
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
Product
Socket Firewall is a free tool that blocks malicious packages at install time, giving developers proactive protection against rising supply chain attacks.