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

ka-table

Package Overview
Dependencies
Maintainers
1
Versions
194
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ka-table - npm Package Compare versions

Comparing version 7.8.2 to 7.8.3

5

Components/TableUncontrolled/TableUncontrolled.js

@@ -77,4 +77,7 @@ "use strict";

}
if ((props === null || props === void 0 ? void 0 : props.data) !== (tableProps === null || tableProps === void 0 ? void 0 : tableProps.data)) {
contextTable === null || contextTable === void 0 ? void 0 : contextTable.updateData((props === null || props === void 0 ? void 0 : props.data) || []);
}
// eslint-disable-next-line react-hooks/exhaustive-deps
}, [(_b = props === null || props === void 0 ? void 0 : props.loading) === null || _b === void 0 ? void 0 : _b.enabled]);
}, [(_b = props === null || props === void 0 ? void 0 : props.loading) === null || _b === void 0 ? void 0 : _b.enabled, props === null || props === void 0 ? void 0 : props.data]);
return (React.createElement(exports.TableInstanceContext.Provider, { value: contextTable },

@@ -81,0 +84,0 @@ React.createElement(TableControlled_1.TableControlled, __assign({}, tablePropsUncontrolled, { childComponents: props.childComponents, extendedFilter: props.extendedFilter, filter: props.filter, format: props.format, dispatch: dispatch }))));

2

package.json
{
"name": "ka-table",
"version": "7.8.2",
"version": "7.8.3",
"license": "MIT",

@@ -5,0 +5,0 @@ "repository": "github:komarovalexander/ka-table",

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