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

@types/react-data-grid

Package Overview
Dependencies
Maintainers
1
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/react-data-grid - npm Package Compare versions

Comparing version 4.0.1 to 4.0.2

12

react-data-grid/index.d.ts

@@ -84,3 +84,3 @@ // Type definitions for react-data-grid 4.0

*/
toolbar?: React.ReactElement<any>
toolbar?: React.ReactElement
/**

@@ -90,3 +90,3 @@ * A context menu to disiplay when the user right-clicks a cell.

*/
contextMenu?: React.ReactElement<any>
contextMenu?: React.ReactElement
/**

@@ -96,3 +96,3 @@ * A react component to customize how rows are rendered.

*/
rowRenderer?: React.ReactElement<any> | React.ComponentClass<any> | React.StatelessComponent<any>
rowRenderer?: React.ReactElement | React.ComponentClass<any> | React.StatelessComponent<any>
/**

@@ -334,3 +334,3 @@ * A component to display when there are no rows to render.

*/
filterRenderer?: React.ReactElement<any> | React.ComponentClass<any> | React.StatelessComponent<any>;
filterRenderer?: React.ReactElement | React.ComponentClass<any> | React.StatelessComponent<any>;
/**

@@ -347,7 +347,7 @@ * The editor for this column. Several editors are available in "react-data-grid/addons".

*/
formatter?: React.ReactElement<any> | React.ComponentClass<any> | React.StatelessComponent<any>
formatter?: React.ReactElement | React.ComponentClass<any> | React.StatelessComponent<any>
/**
* A custom formatter for this column's header.
*/
headerRenderer?: React.ReactElement<any> | React.ComponentClass<any> | React.StatelessComponent<any>
headerRenderer?: React.ReactElement | React.ComponentClass<any> | React.StatelessComponent<any>
/**

@@ -354,0 +354,0 @@ * Events to be bound to the cells in this specific column.

{
"name": "@types/react-data-grid",
"version": "4.0.1",
"version": "4.0.2",
"description": "TypeScript definitions for react-data-grid",

@@ -38,4 +38,4 @@ "license": "MIT",

},
"typesPublisherContentHash": "84912c856b112ff8ec4b029f70473bb29c14a7c5017ef5b5f9ac1c3222ec9f0f",
"typesPublisherContentHash": "b1c73084117b88acdd060fa6f79a1375b077049fb4e0dff85cc4c5eaeb486161",
"typeScriptVersion": "2.8"
}

@@ -5,3 +5,3 @@ # Installation

# Summary
This package contains type definitions for react-data-grid (https://github.com/adazzle/react-data-grid.git).
This package contains type definitions for react-data-grid ( https://github.com/adazzle/react-data-grid.git ).

@@ -12,3 +12,3 @@ # Details

Additional Details
* Last updated: Fri, 07 Dec 2018 18:49:08 GMT
* Last updated: Wed, 13 Feb 2019 21:04:54 GMT
* Dependencies: @types/react

@@ -15,0 +15,0 @@ * Global values: AdazzleReactDataGrid, AdazzleReactDataGridPlugins

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