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

@types/react-virtualized

Package Overview
Dependencies
Maintainers
1
Versions
72
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/react-virtualized - npm Package Compare versions

Comparing version 9.18.7 to 9.18.8

5

react-virtualized/dist/es/List.d.ts

@@ -11,5 +11,4 @@ import { PureComponent, Validator, Requireable } from "react";

export type ListRowProps = GridCellProps & {
index: number;
style: React.CSSProperties;
export type ListRowProps = Pick<GridCellProps, Exclude<keyof GridCellProps, 'rowIndex'>> & {
index: GridCellProps['rowIndex'];
};

@@ -16,0 +15,0 @@

1

react-virtualized/index.d.ts

@@ -11,2 +11,3 @@ // Type definitions for react-virtualized 9.18

// Brandon Hall <https://github.com/brandonhall>
// Sebastian Busch <https://github.com/sbusch>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -13,0 +14,0 @@ // TypeScript Version: 2.8

{
"name": "@types/react-virtualized",
"version": "9.18.7",
"version": "9.18.8",
"description": "TypeScript definitions for react-virtualized",

@@ -46,5 +46,11 @@ "license": "MIT",

"githubUsername": "brandonhall"
},
{
"name": "Sebastian Busch",
"url": "https://github.com/sbusch",
"githubUsername": "sbusch"
}
],
"main": "",
"types": "index",
"repository": {

@@ -59,4 +65,4 @@ "type": "git",

},
"typesPublisherContentHash": "a429bbb2a1ac092ff013dc78572b7593951ac77365175dbd4738b4fb0d1e76c4",
"typesPublisherContentHash": "f3271163e0a0f923d33fb2e67ab18e87fb64a29c6db0f6680f18da13e117a6bf",
"typeScriptVersion": "2.8"
}

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

Additional Details
* Last updated: Thu, 16 Aug 2018 23:20:57 GMT
* Last updated: Wed, 14 Nov 2018 22:18:05 GMT
* Dependencies: react, prop-types

@@ -17,2 +17,2 @@ * Global values: none

# Credits
These definitions were written by Kalle Ott <https://github.com/kaoDev>, John Gunther <https://github.com/guntherjh>, Konstantin Nesterov <https://github.com/wasd171>, Szőke Szabolcs <https://github.com/szabolcsx>, Kræn Hansen <https://github.com/kraenhansen>, Steve Zhang <https://github.com/Stevearzh>, Maciej Goszczycki <https://github.com/mgoszcz2>, Brandon Hall <https://github.com/brandonhall>.
These definitions were written by Kalle Ott <https://github.com/kaoDev>, John Gunther <https://github.com/guntherjh>, Konstantin Nesterov <https://github.com/wasd171>, Szőke Szabolcs <https://github.com/szabolcsx>, Kræn Hansen <https://github.com/kraenhansen>, Steve Zhang <https://github.com/Stevearzh>, Maciej Goszczycki <https://github.com/mgoszcz2>, Brandon Hall <https://github.com/brandonhall>, Sebastian Busch <https://github.com/sbusch>.

Sorry, the diff of this file is not supported yet

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