New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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

to
1.8.0

20

react-window/index.d.ts

@@ -1,2 +0,2 @@

// Type definitions for react-window 1.7
// Type definitions for react-window 1.8
// Project: https://github.com/bvaughn/react-window/, http://react-window.now.sh

@@ -23,3 +23,3 @@ // Definitions by: Martynas Kadiša <https://github.com/martynaskadisa>

export type ScrollDirection = "forward" | "backward";
export type Align = "auto" | "center" | "end" | "start";
export type Align = "auto" | "smart" | "center" | "end" | "start";

@@ -376,2 +376,6 @@ export interface ListChildComponentProps {

* - auto (default) - Scroll as little as possible to ensure the item is visible. (If the item is already visible, it won't scroll at all.)
* - smart
* - If the item is already visible, don't scroll at all.
* - If it is less than one viewport away, scroll as little as possible so that it becomes visible.
* - If it is more than one viewport away, scroll so that it is centered within the list.
* - center - Center align the item within the list.

@@ -396,2 +400,6 @@ * - end - Align the item to the end of the list (the bottom for vertical lists or the right for horizontal lists).

* - auto (default) - Scroll as little as possible to ensure the item is visible. (If the item is already visible, it won't scroll at all.)
* - smart
* - If the item is already visible, don't scroll at all.
* - If it is less than one viewport away, scroll as little as possible so that it becomes visible.
* - If it is more than one viewport away, scroll so that it is centered within the list.
* - center - Center align the item within the list.

@@ -426,2 +434,6 @@ * - end - Align the item to the end of the list (the bottom for vertical lists or the right for horizontal lists).

* - auto (default) - Scroll as little as possible to ensure the item is visible. (If the item is already visible, it won't scroll at all.)
* - smart
* - If the item is already visible, don't scroll at all.
* - If it is less than one viewport away, scroll as little as possible so that it becomes visible.
* - If it is more than one viewport away, scroll so that it is centered within the grid.
* - center - Center align the item within the grid.

@@ -452,2 +464,6 @@ * - end - Align the item to the bottom, right hand side of the grid.

* - auto (default) - Scroll as little as possible to ensure the item is visible. (If the item is already visible, it won't scroll at all.)
* - smart
* - If the item is already visible, don't scroll at all.
* - If it is less than one viewport away, scroll as little as possible so that it becomes visible.
* - If it is more than one viewport away, scroll so that it is centered within the grid.
* - center - Center align the item within the grid.

@@ -454,0 +470,0 @@ * - end - Align the item to the bottom, right hand side of the grid.

4

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

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

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

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

Additional Details
* Last updated: Tue, 02 Apr 2019 23:58:14 GMT
* Last updated: Mon, 15 Apr 2019 19:45:24 GMT
* Dependencies: @types/react

@@ -14,0 +14,0 @@ * Global values: none