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 2.0.10 to 2.0.11

10

react-data-grid/index.d.ts

@@ -207,2 +207,12 @@ // Type definitions for react-data-grid 2.0

/**
* A custom formatter for the select all checkbox cell
* @default react-data-grid/src/formatters/SelectAll.js
*/
selectAllRenderer?: React.ComponentClass<any> | React.StatelessComponent<any>;
/**
* A custom formatter for select row column
* @default AdazzleReactDataGridPlugins.Editors.CheckboxEditor
*/
rowActionsCell?: React.ComponentClass<any> | React.StatelessComponent<any>;
/**
* An event function called when a row is clicked.

@@ -209,0 +219,0 @@ * Clicking the header row will trigger a call with -1 for the rowIdx.

6

react-data-grid/package.json
{
"name": "@types/react-data-grid",
"version": "2.0.10",
"version": "2.0.11",
"description": "TypeScript definitions for react-data-grid",

@@ -26,3 +26,3 @@ "license": "MIT",

"type": "git",
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git.git"
},

@@ -33,4 +33,4 @@ "scripts": {},

},
"typesPublisherContentHash": "b67300fc17fea16ff939fe3567deef9caf525ecc263362f50628061028e8cff1",
"typesPublisherContentHash": "06ba848979536f0c47c9a360c280112d35f6427d5cc2dd9a8a2c77aa188e762c",
"typeScriptVersion": "2.6"
}

@@ -8,6 +8,6 @@ # Installation

# Details
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-data-grid
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped.git/tree/master/types/react-data-grid
Additional Details
* Last updated: Tue, 27 Mar 2018 18:51:52 GMT
* Last updated: Tue, 15 May 2018 17:48:31 GMT
* Dependencies: react

@@ -14,0 +14,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