New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@bartbutenaers/node-red-autolayout-sidebar

Package Overview
Dependencies
Maintainers
2
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bartbutenaers/node-red-autolayout-sidebar - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

4

package.json
{
"name": "@bartbutenaers/node-red-autolayout-sidebar",
"version": "0.0.2",
"version": "0.0.3",
"description": "A sidebar plugin for Node-RED to offer auto-layouting",

@@ -32,3 +32,3 @@ "dependencies": {

"engines": {
"node": ">=8"
"node": ">=18.0.0"
},

@@ -35,0 +35,0 @@ "node-red": {

@@ -7,2 +7,9 @@ # node-red-autolayout-sidebar

## Install
Run the following npm command in your Node-RED user directory (typically ~/.node-red):
```
npm install @bartbutenaers/node-red-autolayout-sidebar
```
Caution: NodeJs version ***17.0.0*** is minimal required by the DagreJs graph library!
## Experimental

@@ -38,2 +45,10 @@ This sidebar plugin is experimental, which means some breaking changes might be introduced in the near future!

## Node Undo
Because the undo does not work in the sidebar, an undo button has been added:
![img](https://cdn.openmindmap.org/content/1699442004757_auto-layout-undo.gif)
The Undo button works just as normal undo and multiple click will cause other things to be undone aswell: the undo button is **not** specific to the layout, it **will** undo other actions.
## Node properties

@@ -84,1 +99,7 @@

## Sharing Settings
If you have a layout configuration that you wish to include in the presets, then please share your configuration in the [Node-RED forum](https://discourse.nodered.org/t/announcement-node-red-autolayout-sidebar-experimental-version-s/82263).
Any suggestions and ideas are most welcome :+1:

Sorry, the diff of this file is not supported yet

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