
Security News
Crates.io Users Targeted by Phishing Emails
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
node-red-contrib-multiproject
Advanced tools
This node-red package extension transform node-red in a mutiproject mode. We can group several flows in a set called project and manage different projects at the same time.
This extension add the project name and a new visual combo list in the header of the node-red editor where we can create a new project, remove or select one. To change the default name of the project double click in the project tittle and fill the name of it.
To install the node-red package extension:
npm install node-red-contrib-multiproject
To manage the relation between the projects and the flows, we add a new invisible node with a new type called 'project' in the default file of node-red, where we can mantein the name and the flow nodes of it.
And example of this node could be:
[ ...
{
"id" : "577e736dccf2bb09e469c910",
"type":"project",
"flows":["6bf4a987.6cf088", "5c94cd6b.bd9a44"],
"name" : "Mqtt Project"
},
Contributors: Miguel Angel Salinas (miguel@thingtrack.com) Company: Thingtrack s.l
FAQs
Multiproject for node-red
We found that node-red-contrib-multiproject 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
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
Product
Socket now lets you customize pull request alert headers, helping security teams share clear guidance right in PRs to speed reviews and reduce back-and-forth.
Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.