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.3.7 to 0.3.8

3

node.js

@@ -203,2 +203,5 @@ /**

// console.log("createTabulator",opts);
if($scope.table !== undefined) {
$scope.table.destroy();
}
$scope.table = new Tabulator(basediv, opts);

@@ -205,0 +208,0 @@ };

2

package.json
{
"name": "node-red-node-ui-table",
"version": "0.3.7",
"version": "0.3.8",
"description": "Table UI widget node for Node-RED Dashboard",

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

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