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 8.8.0 to 8.8.1

4

actionCreators.d.ts

@@ -99,4 +99,4 @@ import { ActionType, InsertRowPosition } from './enums';

};
export declare const selectRows: (rowsKeyValues: any) => {
rowsKeyValues: any;
export declare const selectRows: (rowsKeyValues: any[]) => {
rowsKeyValues: any[];
type: ActionType;

@@ -103,0 +103,0 @@ };

{
"name": "ka-table",
"version": "8.8.0",
"version": "8.8.1",
"license": "MIT",

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

@@ -1,2 +0,2 @@

The customizable, extendable, lightweight and free React Table Component
The customizable, extendable, lightweight, and fully free React Table Component

@@ -7,3 +7,2 @@ [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/komarovalexander/ka-table/blob/master/LICENSE)

[![Build Status](https://travis-ci.com/komarovalexander/ka-table.svg?token=9QUEx9r7MWqF44f9VDer&branch=master)](https://travis-ci.com/komarovalexander/ka-table)
[![minzipped size](https://badgen.net/bundlephobia/minzip/ka-table)](https://badgen.net/bundlephobia/minzip/ka-table)

@@ -10,0 +9,0 @@ <a href="http://ka-table.com"><img src="http://ka-table.com/images/logo.svg"/></a>

@@ -138,5 +138,3 @@ "use strict";

return columns.reduce(function (initialData, column) {
if ((0, CommonUtils_1.isEmpty)(column.headerFilterValues)
&& column.filterRowOperator !== enums_1.FilterOperatorName.IsEmpty
&& column.filterRowOperator !== enums_1.FilterOperatorName.IsNotEmpty) {
if ((0, CommonUtils_1.isEmpty)(column.headerFilterValues)) {
return initialData;

@@ -143,0 +141,0 @@ }

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