Socket
Socket
Sign inDemoInstall

@ag-grid-community/core

Package Overview
Dependencies
1
Maintainers
3
Versions
66
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 31.3.1 to 31.3.2

2

dist/package/package.json
{
"name": "@ag-grid-community/core",
"version": "31.3.1",
"version": "31.3.2",
"description": "Advanced Data Grid / Data Table supporting Javascript / Typescript / React / Angular / Vue",

@@ -5,0 +5,0 @@ "dependencies": {

{
"name": "@ag-grid-community/core",
"version": "31.3.1",
"version": "31.3.2",
"description": "Advanced Data Grid / Data Table supporting Javascript / Typescript / React / Angular / Vue",

@@ -5,0 +5,0 @@ "dependencies": {

@@ -19,3 +19,3 @@ import { GridOptions } from '../entities/gridOptions';

static combineAttributesAndGridOptions(gridOptions: GridOptions | undefined, component: any): GridOptions;
static processOnChange(changes: any, api: GridApi): void;
static processOnChange(changes: any, api: GridApi, isVue?: boolean): void;
}

@@ -100,4 +100,5 @@ import { DomLayoutType, GridOptions } from "./entities/gridOptions";

private static changeSetId;
updateGridOptions({ options, source }: {
updateGridOptions({ options, force, source }: {
options: Partial<GridOptions>;
force?: boolean;
source?: PropertyChangedSource;

@@ -104,0 +105,0 @@ }): void;

@@ -63,3 +63,3 @@ import { RowBounds, RowModelType } from "../interfaces/iRowModel";

unsetAutoCalculatedPageSize(): void;
setPageSize(size: number, source: 'autoCalculated' | 'pageSizeSelector' | 'initialState' | 'gridOptions'): void;
setPageSize(size: number | undefined, source: 'autoCalculated' | 'pageSizeSelector' | 'initialState' | 'gridOptions'): void;
private calculatePages;

@@ -66,0 +66,0 @@ private setPixelOffset;

@@ -36,2 +36,3 @@ import { RowNode } from "../../entities/rowNode";

checkStickyRows(): boolean;
destroyStickyCtrls(): void;
refreshStickyNode(stickRowNode: RowNode): void;

@@ -38,0 +39,0 @@ /**

{
"name": "@ag-grid-community/core",
"version": "31.3.1",
"version": "31.3.2",
"description": "Advanced Data Grid / Data Table supporting Javascript / Typescript / React / Angular / Vue",

@@ -5,0 +5,0 @@ "dependencies": {

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

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc