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

ag-grid-react

Package Overview
Dependencies
Maintainers
4
Versions
139
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ag-grid-react - npm Package Compare versions

Comparing version 30.0.5 to 30.0.6

lib/agGridReact.js

2

lib/agGridReact.d.ts

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

// ag-grid-react v30.0.5
// ag-grid-react v30.0.6
import { Component } from 'react';

@@ -3,0 +3,0 @@ import { AgGridReactProps, AgReactUiProps } from './shared/interfaces';

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

// ag-grid-react v30.0.5
// ag-grid-react v30.0.6
import '@ag-grid-community/styles/ag-grid.css';
import '@ag-grid-community/styles/ag-theme-alpine.css';

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

// ag-grid-react v30.0.5
// ag-grid-react v30.0.6
import { ColumnApi, GridApi, GridOptions } from 'ag-grid-community';

@@ -3,0 +3,0 @@ import React, { Component } from 'react';

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

// ag-grid-react v30.0.5
// ag-grid-react v30.0.6
import { AgPromise, ComponentType } from 'ag-grid-community';

@@ -3,0 +3,0 @@ import { ReactComponent } from '../shared/reactComponent';

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

// ag-grid-react v30.0.5
// ag-grid-react v30.0.6
export { AgGridReact } from './agGridReact';

@@ -3,0 +3,0 @@ export { AgGridReactLegacy } from './legacy/agGridReactLegacy';

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

// ag-grid-react v30.0.5
// ag-grid-react v30.0.6
/// <reference types="react" />
import { AgReactUiProps } from '../shared/interfaces';
export declare const AgGridReactUi: <TData>(props: AgReactUiProps<TData>) => JSX.Element;

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

// ag-grid-react v30.0.5
// ag-grid-react v30.0.6
import React from 'react';
import { Beans } from 'ag-grid-community';
export declare const BeansContext: React.Context<Beans>;

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

// ag-grid-react v30.0.5
// ag-grid-react v30.0.6
import React from "react";

@@ -3,0 +3,0 @@ import { IDetailCellRendererParams } from "ag-grid-community";

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

// ag-grid-react v30.0.5
// ag-grid-react v30.0.6
import React from 'react';
declare const GroupCellRenderer: React.ForwardRefExoticComponent<import("ag-grid-community").IGroupCellRendererParams<any, any> & import("ag-grid-community").ICellRendererParams<any, any, any> & import("ag-grid-community").IGroupCellRendererFullRowParams & React.RefAttributes<unknown>>;
export default GroupCellRenderer;

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

// ag-grid-react v30.0.5
// ag-grid-react v30.0.6
import { CellCtrl, UserCompDetails } from 'ag-grid-community';

@@ -3,0 +3,0 @@ import React from 'react';

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

// ag-grid-react v30.0.5
// ag-grid-react v30.0.6
import { CellCtrl } from 'ag-grid-community';

@@ -3,0 +3,0 @@ import React from 'react';

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

// ag-grid-react v30.0.5
// ag-grid-react v30.0.6
import { ICellRendererComp } from 'ag-grid-community';

@@ -3,0 +3,0 @@ import { MutableRefObject } from 'react';

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

// ag-grid-react v30.0.5
// ag-grid-react v30.0.6
import React from 'react';
declare const _default: React.MemoExoticComponent<() => JSX.Element>;
export default _default;

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

// ag-grid-react v30.0.5
// ag-grid-react v30.0.6
import { Context } from 'ag-grid-community';

@@ -3,0 +3,0 @@ import React from 'react';

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

// ag-grid-react v30.0.5
// ag-grid-react v30.0.6
import React from 'react';
declare const _default: React.MemoExoticComponent<() => JSX.Element>;
export default _default;

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

// ag-grid-react v30.0.5
// ag-grid-react v30.0.6
import React from 'react';

@@ -3,0 +3,0 @@ import { HeaderCellCtrl } from 'ag-grid-community';

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

// ag-grid-react v30.0.5
// ag-grid-react v30.0.6
import React from 'react';

@@ -3,0 +3,0 @@ import { HeaderFilterCellCtrl } from 'ag-grid-community';

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

// ag-grid-react v30.0.5
// ag-grid-react v30.0.6
import { HeaderGroupCellCtrl } from 'ag-grid-community';

@@ -3,0 +3,0 @@ import React from 'react';

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

// ag-grid-react v30.0.5
// ag-grid-react v30.0.6
import { HeaderRowCtrl } from 'ag-grid-community';

@@ -3,0 +3,0 @@ import React from 'react';

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

// ag-grid-react v30.0.5
// ag-grid-react v30.0.6
import React from 'react';

@@ -3,0 +3,0 @@ import { ColumnPinnedType } from 'ag-grid-community';

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

// ag-grid-react v30.0.5
// ag-grid-react v30.0.6
import { Context, UserCompDetails } from 'ag-grid-community';

@@ -3,0 +3,0 @@ import { MutableRefObject } from 'react';

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

// ag-grid-react v30.0.5
// ag-grid-react v30.0.6
import { RefObject } from 'react';
declare const useReactCommentEffect: (comment: string, eForCommentRef: RefObject<HTMLElement>) => void;
export default useReactCommentEffect;

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

// ag-grid-react v30.0.5
// ag-grid-react v30.0.6
import { VanillaFrameworkOverrides } from "ag-grid-community";

@@ -3,0 +3,0 @@ export declare class ReactFrameworkOverrides extends VanillaFrameworkOverrides {

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

// ag-grid-react v30.0.5
// ag-grid-react v30.0.6
import React from 'react';

@@ -3,0 +3,0 @@ import { RowContainerType, RowCtrl } from 'ag-grid-community';

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

// ag-grid-react v30.0.5
// ag-grid-react v30.0.6
import { RowContainerName } from 'ag-grid-community';

@@ -3,0 +3,0 @@ import React from 'react';

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

// ag-grid-react v30.0.5
// ag-grid-react v30.0.6
import React from 'react';

@@ -3,0 +3,0 @@ import { GridCtrl } from 'ag-grid-community';

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

// ag-grid-react v30.0.5
// ag-grid-react v30.0.6
export declare const useEffectOnce: (effect: () => void | (() => void)) => void;
export declare const useLayoutEffectOnce: (effect: () => void | (() => void)) => void;

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

// ag-grid-react v30.0.5
// ag-grid-react v30.0.6
export declare const classesList: (...list: (string | null | undefined)[]) => string;

@@ -3,0 +3,0 @@ export declare class CssClasses {

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

// ag-grid-react v30.0.5
// ag-grid-react v30.0.6
import { ColumnApi, GridApi, GridOptions, ICellEditor, ICellRenderer, IDate, IFilter, IFloatingFilter, IHeader, IHeaderGroup, IStatusPanel, IToolPanel, Module } from 'ag-grid-community';

@@ -3,0 +3,0 @@ /** @deprecated v29 ChangeDetectionStrategyType has been deprecated. IdentityCheck will always be used now for a more consistent approach. */

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

// ag-grid-react v30.0.5
// ag-grid-react v30.0.6
export default function generateNewKey(): string;

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

// ag-grid-react v30.0.5
// ag-grid-react v30.0.6
import { ComponentType, AgPromise } from 'ag-grid-community';

@@ -3,0 +3,0 @@ import { ReactComponent } from './reactComponent';

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

// ag-grid-react v30.0.5
// ag-grid-react v30.0.6
import { Component, ReactPortal } from "react";

@@ -3,0 +3,0 @@ import { ReactComponent } from "./reactComponent";

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

// ag-grid-react v30.0.5
// ag-grid-react v30.0.6
import { ReactPortal } from 'react';

@@ -3,0 +3,0 @@ import { ComponentType, IComponent, WrappableInterface } from 'ag-grid-community';

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

// ag-grid-react v30.0.5
// ag-grid-react v30.0.6
import { VanillaFrameworkOverrides } from "ag-grid-community";

@@ -3,0 +3,0 @@ export declare class ReactFrameworkOverrides extends VanillaFrameworkOverrides {

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

// ag-grid-react v30.0.5
// ag-grid-react v30.0.6
import { RefObject } from 'react';

@@ -3,0 +3,0 @@ import { ColumnApi, GridApi } from 'ag-grid-community';

{
"name": "ag-grid-react",
"version": "30.0.5",
"version": "30.0.6",
"description": "AG Grid React Component",
"main": "./lib/main.mjs",
"main": "lib/main.js",
"typings": "./lib/main.d.ts",

@@ -41,6 +41,6 @@ "scripts": {

"prop-types": "^15.6.2",
"ag-grid-community": "~30.0.5",
"@ag-grid-community/react": "~30.0.5",
"@ag-grid-community/client-side-row-model": "~30.0.5",
"@ag-grid-community/core": "~30.0.5",
"ag-grid-community": "~30.0.6",
"@ag-grid-community/react": "~30.0.6",
"@ag-grid-community/client-side-row-model": "~30.0.6",
"@ag-grid-community/core": "~30.0.6",
"gulp": "^4.0.0",

@@ -85,3 +85,3 @@ "gulp-clean": "^0.4.0",

"peerDependencies": {
"ag-grid-community": "~30.0.5",
"ag-grid-community": "~30.0.6",
"react": "^16.3.0 || ^17.0.0 || ^18.0.0",

@@ -88,0 +88,0 @@ "react-dom": "^16.3.0 || ^17.0.0 || ^18.0.0"

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