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

node-red-node-ui-table

Package Overview
Dependencies
Maintainers
0
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-red-node-ui-table - npm Package Compare versions

Comparing version 0.4.3 to 0.4.4

4

node.js

@@ -327,3 +327,3 @@ /**

var uipath = 'ui';
if (RED.settings.ui) { uipath = RED.settings.ui.path; }
if (RED?.settings?.ui?.path) { uipath = RED.settings.ui.path; }
var fullPath = path.join('/', uipath, '/ui-table/*').replace(/\\/g, '/');

@@ -337,2 +337,2 @@ RED.httpNode.get(fullPath, function (req, res) {

});
};
};
{
"name": "node-red-node-ui-table",
"version": "0.4.3",
"version": "0.4.4",
"description": "Table UI widget node for Node-RED Dashboard",

@@ -9,2 +9,3 @@ "author": "Kazuhito Yokoi",

"node-red": {
"version": ">=3.0.0",
"nodes": {

@@ -29,3 +30,6 @@ "ui_table": "node.js"

"table"
]
],
"engines": {
"node": ">=16"
}
}
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