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

@ag-grid-enterprise/charts

Package Overview
Dependencies
Maintainers
0
Versions
74
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ag-grid-enterprise/charts - npm Package Compare versions

Comparing version 32.0.2 to 32.1.0

12

dist/package/package.json
{
"name": "@ag-grid-enterprise/charts",
"version": "32.0.2",
"version": "32.1.0",
"description": "Advanced Data Grid / Data Table supporting Javascript / Typescript / React / Angular / Vue",

@@ -16,6 +16,6 @@ "main": "./dist/package/main.cjs.js",

"dependencies": {
"@ag-grid-community/core": "32.0.2",
"@ag-grid-enterprise/core": "32.0.2",
"@ag-grid-enterprise/range-selection": "32.0.2",
"ag-charts-community": "10.0.2"
"@ag-grid-community/core": "32.1.0",
"@ag-grid-enterprise/core": "32.1.0",
"@ag-grid-enterprise/range-selection": "32.1.0",
"ag-charts-community": "10.1.0"
},

@@ -60,2 +60,2 @@ "devDependencies": {

}
}
}
{
"name": "@ag-grid-enterprise/charts",
"version": "32.0.2",
"version": "32.1.0",
"description": "Advanced Data Grid / Data Table supporting Javascript / Typescript / React / Angular / Vue",

@@ -16,6 +16,6 @@ "main": "./src/main.js",

"dependencies": {
"@ag-grid-community/core": "32.0.2",
"@ag-grid-enterprise/core": "32.0.2",
"@ag-grid-enterprise/range-selection": "32.0.2",
"ag-charts-community": "10.0.2"
"@ag-grid-community/core": "32.1.0",
"@ag-grid-enterprise/core": "32.1.0",
"@ag-grid-enterprise/range-selection": "32.1.0",
"ag-charts-community": "10.1.0"
},

@@ -22,0 +22,0 @@ "devDependencies": {

@@ -72,3 +72,3 @@ import type { AgColumn, BeanCollection, CellRange, ChartType, IAggFunc, PartialCellRange, SeriesChartType, SeriesGroupType } from '@ag-grid-community/core';

getSelectedDimensions(): ColState[];
getColDisplayName(col: AgColumn): string | null;
getColDisplayName(col: AgColumn, includePath?: boolean): string | null;
isPivotMode(): boolean;

@@ -75,0 +75,0 @@ getChartDataType(colId: string): string | undefined;

@@ -17,3 +17,3 @@ import type { AgColumn, BeanCollection, NamedBean } from '@ag-grid-community/core';

getAllDisplayedColumns(): AgColumn[];
getColDisplayName(col: AgColumn): string | null;
getColDisplayName(col: AgColumn, includePath?: boolean): string | null;
getRowGroupColumns(): AgColumn[];

@@ -20,0 +20,0 @@ getGroupDisplayColumns(): AgColumn[];

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

export declare function deepMerge<T>(target: T, source: T, options?: any): T;
export declare function deepMerge(target: any, source: any, options?: any): any;
export declare function get(source: any, expression: string, defaultValue: any): any;
export declare function set(target: any, expression: string, value: any): void;

@@ -1,4 +0,3 @@

import type { Module } from '@ag-grid-community/core';
export declare const GridChartsCoreModule: Module;
export declare const GridChartsApiModule: Module;
export declare const GridChartsModule: Module;
export declare const GridChartsCoreModule: import("@ag-grid-community/core").Module;
export declare const GridChartsApiModule: import("@ag-grid-community/core").Module;
export declare const GridChartsModule: import("@ag-grid-community/core").Module;

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

export declare const VERSION = "32.0.2";
export declare const VERSION = "32.1.0";
{
"name": "@ag-grid-enterprise/charts",
"version": "32.0.2",
"version": "32.1.0",
"description": "Advanced Data Grid / Data Table supporting Javascript / Typescript / React / Angular / Vue",

@@ -16,6 +16,6 @@ "main": "./dist/package/main.cjs.js",

"dependencies": {
"@ag-grid-community/core": "32.0.2",
"@ag-grid-enterprise/core": "32.0.2",
"@ag-grid-enterprise/range-selection": "32.0.2",
"ag-charts-community": "10.0.2"
"@ag-grid-community/core": "32.1.0",
"@ag-grid-enterprise/core": "32.1.0",
"@ag-grid-enterprise/range-selection": "32.1.0",
"ag-charts-community": "10.1.0"
},

@@ -60,2 +60,2 @@ "devDependencies": {

}
}
}

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

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