New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@react-native/virtualized-lists

Package Overview
Dependencies
Maintainers
11
Versions
553
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-native/virtualized-lists - npm Package Compare versions

Comparing version 0.72.1 to 0.72.2

4

Lists/VirtualizedList.js

@@ -557,4 +557,2 @@ /**

);
this._updateViewableItems(props, cellsAroundViewport);
const {contentLength, offset, visibleLength} = this._scrollMetrics;

@@ -1718,2 +1716,4 @@ const distanceFromEnd = contentLength - visibleLength - offset;

_updateCellsToRender = () => {
this._updateViewableItems(this.props, this.state.cellsAroundViewport);
this.setState((state, props) => {

@@ -1720,0 +1720,0 @@ const cellsAroundViewport = this._adjustCellsAroundViewport(

{
"name": "@react-native/virtualized-lists",
"version": "0.72.1",
"version": "0.72.2",
"description": "Virtualized lists for React Native.",

@@ -5,0 +5,0 @@ "repository": {

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