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

4

react-window/index.d.ts

@@ -431,3 +431,3 @@ // Type definitions for react-window 1.8

*/
scrollTo(params: { scrollLeft: number; scrollTop: number }): void;
scrollTo(params: { scrollLeft?: number; scrollTop?: number }): void;
/**

@@ -461,3 +461,3 @@ * Scroll to the specified item.

*/
scrollTo(params: { scrollLeft: number; scrollTop: number }): void;
scrollTo(params: { scrollLeft?: number; scrollTop?: number }): void;
/**

@@ -464,0 +464,0 @@ * Scroll to the specified item.

{
"name": "@types/react-window",
"version": "1.8.4",
"version": "1.8.5",
"description": "TypeScript definitions for react-window",

@@ -35,4 +35,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-window",

},
"typesPublisherContentHash": "9a2cf54fc0d9ab217f85f84b20f08fc7274d833b3ced5d69c6272fe87612eb66",
"typesPublisherContentHash": "6ef868d4eca4df483319ce37239e5c9ffcf38382ce91a522e6058b9f1c6f7c8b",
"typeScriptVersion": "3.6"
}

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

### Additional Details
* Last updated: Wed, 07 Jul 2021 18:31:49 GMT
* Last updated: Tue, 27 Jul 2021 04:01:17 GMT
* Dependencies: [@types/react](https://npmjs.com/package/@types/react)

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

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