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

react-window

Package Overview
Dependencies
Maintainers
2
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-window - npm Package Compare versions

Comparing version 1.5.0 to 1.5.1

3

CHANGELOG.md
Changelog
------------
### 1.5.1
* 🐛 Updated `getDerivedState` Flow annotations to address a warning in a newer version of Flow.
### 1.5.0

@@ -5,0 +8,0 @@ * 🎉 Added advanced memoization helpers methods `areEqual` and `shouldComponentUpdate` for item renderers. - [#114](https://github.com/bvaughn/react-window/issues/114)

2

package.json
{
"name": "react-window",
"version": "1.5.0",
"version": "1.5.1",
"description":

@@ -5,0 +5,0 @@ "React components for efficiently rendering large, scrollable lists and tabular data",

@@ -193,3 +193,3 @@ // @flow

prevState: State
): $Shape<State> {
): $Shape<State> | null {
validateSharedProps(nextProps);

@@ -196,0 +196,0 @@ validateProps(nextProps);

@@ -159,3 +159,3 @@ // @flow

state: State
): $Shape<State> {
): $Shape<State> | null {
validateSharedProps(props);

@@ -162,0 +162,0 @@ validateProps(props);

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