Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

node-red-node-ui-table

Package Overview
Dependencies
Maintainers
3
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.2.1 to 0.2.2

2

node.js

@@ -188,3 +188,3 @@ /**

if (RED.settings.ui) { uipath = RED.settings.ui.path; }
var fullPath = path.join(RED.settings.httpNodeRoot, uipath, '/ui-table/*').replace(/\\/g, '/');;
var fullPath = path.join('/', uipath, '/ui-table/*').replace(/\\/g, '/');
RED.httpNode.get(fullPath, function (req, res) {

@@ -191,0 +191,0 @@ var options = {

{
"name": "node-red-node-ui-table",
"version": "0.2.1",
"version": "0.2.2",
"description": "Table UI widget node for Node-RED Dashboard",

@@ -5,0 +5,0 @@ "author": "Kazuhito Yokoi",

Sorry, the diff of this file is not supported yet

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