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

ag-grid-react

Package Overview
Dependencies
Maintainers
3
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 17.0.0 to 17.1.0

module.tgz

2

bower.json
{
"name": "ag-grid-react",
"version": "17.0.0",
"version": "17.1.0",
"homepage": "http://www.ag-grid.com/",

@@ -5,0 +5,0 @@ "authors": [

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

// ag-grid-react v17.0.0
// ag-grid-react v17.1.0
/// <reference types="react" />

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

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

// ag-grid-react v17.0.0
// ag-grid-react v17.1.0
"use strict";

@@ -3,0 +3,0 @@ var __extends = (this && this.__extends) || (function () {

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

// ag-grid-react v17.0.0
// ag-grid-react v17.1.0
/// <reference types="react" />

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

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

// ag-grid-react v17.0.0
// ag-grid-react v17.1.0
"use strict";

@@ -3,0 +3,0 @@ var __extends = (this && this.__extends) || (function () {

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

// ag-grid-react v17.0.0
// ag-grid-react v17.1.0
import { AgReactFrameworkComponent } from "./interfaces";

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

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

// ag-grid-react v17.0.0
// ag-grid-react v17.1.0
"use strict";

@@ -3,0 +3,0 @@ Object.defineProperty(exports, "__esModule", { value: true });

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

// ag-grid-react v17.0.0
import { IHeaderGroup, IHeaderGroupParams, IHeader, IHeaderParams, IFilterParams, IDate, IDateParams, ICellRenderer, ICellRendererParams, ICellEditor, ICellEditorParams, IFilter, ILoadingOverlayComp, ILoadingOverlayParams, INoRowsOverlayComp, INoRowsOverlayParams } from 'ag-grid';
// ag-grid-react v17.1.0
import { IHeaderGroup, IHeaderGroupParams, IHeader, IHeaderParams, IFilterParams, IDate, IDateParams, ICellRenderer, ICellRendererParams, ICellEditor, ICellEditorParams, IFilter, ILoadingOverlayParams, INoRowsOverlayParams } from 'ag-grid';
export interface AgReactFrameworkComponent<T> {

@@ -17,5 +17,5 @@ }

}
export interface ILoadingOverlayReactComp extends ILoadingOverlayComp, AgReactFrameworkComponent<ILoadingOverlayParams> {
export interface ILoadingOverlayReactComp extends AgReactFrameworkComponent<ILoadingOverlayParams> {
}
export interface INoRowsOverlayReactComp extends INoRowsOverlayComp, AgReactFrameworkComponent<INoRowsOverlayParams> {
export interface INoRowsOverlayReactComp extends AgReactFrameworkComponent<INoRowsOverlayParams> {
}

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

// ag-grid-react v17.0.0
// ag-grid-react v17.1.0
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });

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

// ag-grid-react v17.0.0
// ag-grid-react v17.1.0
export { AgGridReact } from './agGridReact';
export { AgGridColumn } from './agGridColumn';

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

// ag-grid-react v17.0.0
// ag-grid-react v17.1.0
"use strict";

@@ -3,0 +3,0 @@ Object.defineProperty(exports, "__esModule", { value: true });

{
"name": "ag-grid-react",
"version": "17.0.0",
"version": "17.1.0",
"description": "ag-Grid React Component",

@@ -5,0 +5,0 @@ "main": "main.js",

@@ -32,3 +32,3 @@ import {

export interface ILoadingOverlayReactComp extends ILoadingOverlayComp, AgReactFrameworkComponent<ILoadingOverlayParams> {}
export interface INoRowsOverlayReactComp extends INoRowsOverlayComp, AgReactFrameworkComponent<INoRowsOverlayParams>{}
export interface ILoadingOverlayReactComp extends AgReactFrameworkComponent<ILoadingOverlayParams> {}
export interface INoRowsOverlayReactComp extends AgReactFrameworkComponent<INoRowsOverlayParams>{}
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