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

@types/react-window

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/react-window - npm Package Compare versions

Comparing version 1.8.0 to 1.8.1

12

react-window/index.d.ts

@@ -268,2 +268,6 @@ // Type definitions for react-window 1.8

/**
* @deprecated since version 1.8.2, please use overscanColumnCount
*/
overscanColumnsCount?: number;
/**
* The number of columns to render outside of the visible area. This property can be important for two reasons:

@@ -276,4 +280,8 @@ *

*/
overscanColumnsCount?: number;
overscanColumnCount?: number;
/**
* @deprecated since version 1.8.2, please use overscanRowCount
*/
overscanRowsCount?: number;
/**
* The number of rows to render outside of the visible area. This property can be important for two reasons:

@@ -286,3 +294,3 @@ *

*/
overscanRowsCount?: number;
overscanRowCount?: number;
/**

@@ -289,0 +297,0 @@ * The number of items (rows or columns) to render outside of the visible area. This property can be important for two reasons:

4

react-window/package.json
{
"name": "@types/react-window",
"version": "1.8.0",
"version": "1.8.1",
"description": "TypeScript definitions for react-window",

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

},
"typesPublisherContentHash": "8966013fe5cfddc815a19ba67b5f96b41c4a923e93738d4d6027b8f7c3d52158",
"typesPublisherContentHash": "fbd953e286321c3c495ecf9c5cbf634accda6d1cf3db3390befbd8ad3ca77b3f",
"typeScriptVersion": "2.8"
}

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

# Summary
This package contains type definitions for react-window ( https://github.com/bvaughn/react-window/ ).
This package contains type definitions for react-window (https://github.com/bvaughn/react-window/).

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

Additional Details
* Last updated: Mon, 15 Apr 2019 19:45:24 GMT
* Last updated: Fri, 09 Aug 2019 14:32:16 GMT
* Dependencies: @types/react

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

# Credits
These definitions were written by Martynas Kadiša <https://github.com/martynaskadisa>, Alex Guerra <https://github.com/heyimalex>, John Gozde <https://github.com/jgoz>.
These definitions were written by Martynas Kadiša <https://github.com/martynaskadisa>, Alex Guerra <https://github.com/heyimalex>, and John Gozde <https://github.com/jgoz>.
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