
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
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.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.