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.4 to 2.0.5

7

react-data-grid/index.d.ts

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

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

@@ -281,2 +281,7 @@ * A custom read-only formatter for this column. An image formatter is available in "react-data-grid/addons".

cellClass?: string;
/**
* Whether this column can be dragged (re-arranged).
* @default false
*/
draggable?: boolean;
}

@@ -283,0 +288,0 @@

4

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

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

},
"typesPublisherContentHash": "ff628cf7eb69bd4772202b22b408071c12ee5a12354171c98eea12d0f9b1aa7a",
"typesPublisherContentHash": "1c9c2534f945faa66a17d04323e9c73b992e8c3ad7df7ac1b988eb2224a58c4a",
"typeScriptVersion": "2.3"
}

@@ -11,3 +11,3 @@ # Installation

Additional Details
* Last updated: Thu, 07 Sep 2017 22:03:13 GMT
* Last updated: Thu, 14 Sep 2017 19:43:24 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