New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@revolist/revogrid

Package Overview
Dependencies
Maintainers
0
Versions
543
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@revolist/revogrid - npm Package Compare versions

Comparing version 4.12.4 to 4.12.5

8

dist/types/plugins/filter/filter.types.d.ts

@@ -36,10 +36,10 @@ import type { ColumnProp, ColumnRegular } from "../../types/index";

};
export type FilterLocalization = {
export interface FilterLocalization {
captions: FilterCaptions;
filterNames: Record<FilterType, string>;
};
}
/**
* Filter configuration for a column. This is the type of the `filter` property on a column.
*/
export type ColumnFilterConfig = {
export interface ColumnFilterConfig {
/**

@@ -74,3 +74,3 @@ * The collection of filters to be applied to the column.

disableDynamicFiltering?: boolean;
};
}
export type FilterCollectionItem = {

@@ -77,0 +77,0 @@ type: FilterType;

{
"name": "@revolist/revogrid",
"version": "4.12.4",
"version": "4.12.5",
"type": "module",

@@ -5,0 +5,0 @@ "description": "Virtual reactive data grid spreadsheet component - RevoGrid.",

Sorry, the diff of this file is too big to display

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