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.11 to 2.0.12

11

react-data-grid/index.d.ts

@@ -133,3 +133,14 @@ // Type definitions for react-data-grid 2.0

onGridSort?: (sortColumn: string, sortDirection: 'ASC' | 'DESC' | 'NONE') => void
/**
* Initial sorting direction
*/
sortDirection?: 'ASC' | 'DESC' | 'NONE'
/**
* key of the initial sorted column
*/
sortColumn?: string
/**
* Called when the user filters a column by some value.

@@ -136,0 +147,0 @@ * Should restrict the rows in rowGetter to only things that match the filter.

6

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

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

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

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

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

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

# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped.git/tree/master/types/react-data-grid
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-data-grid
Additional Details
* Last updated: Tue, 15 May 2018 17:48:31 GMT
* Last updated: Sat, 14 Jul 2018 01:02:01 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