New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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 8.10.0 to 8.10.1

4

Components/TableUncontrolled/TableUncontrolled.js

@@ -57,3 +57,3 @@ "use strict";

var _a;
var _ = props.table, tablePropsControlled = __rest(props, ["table"]);
var _ = props.table, childComponents = props.childComponents, tablePropsControlled = __rest(props, ["table", "childComponents"]);
var _b = React.useState(__assign(__assign({}, tablePropsControlled), (_a = props.table) === null || _a === void 0 ? void 0 : _a.props)), tableProps = _b[0], changeTableProps = _b[1];

@@ -87,4 +87,4 @@ var dispatch = function (action) {

// paging={ props.paging }
childComponents: props.childComponents, extendedFilter: props.extendedFilter, filter: props.filter, format: props.format, dispatch: dispatch }))));
childComponents: childComponents, extendedFilter: props.extendedFilter, filter: props.filter, format: props.format, dispatch: dispatch }))));
};
exports.TableUncontrolled = TableUncontrolled;
{
"name": "ka-table",
"version": "8.10.0",
"version": "8.10.1",
"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