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

rc-virtual-list

Package Overview
Dependencies
Maintainers
2
Versions
128
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rc-virtual-list - npm Package Compare versions

Comparing version 3.4.8 to 3.4.10

9

es/List.js

@@ -182,13 +182,10 @@ var _excluded = ["prefixCls", "className", "height", "itemHeight", "fullHeight", "style", "data", "children", "itemKey", "virtual", "component", "onScroll", "onVisibleChange"];

itemTop = currentItemBottom;
} // Fallback to normal if not match. This code should never reach
} // When scrollTop at the end but data cut to small count will reach this
/* istanbul ignore next */
// Fallback to normal if not match. This code should never reach
/* istanbul ignore next */
// When scrollTop at the end but data cut to small count will reach this
if (startIndex === undefined) {
startIndex = 0;
startOffset = 0;
endIndex = Math.ceil(height / itemHeight);
}

@@ -195,0 +192,0 @@

@@ -210,13 +210,10 @@ "use strict";

itemTop = currentItemBottom;
} // Fallback to normal if not match. This code should never reach
} // When scrollTop at the end but data cut to small count will reach this
/* istanbul ignore next */
// Fallback to normal if not match. This code should never reach
/* istanbul ignore next */
// When scrollTop at the end but data cut to small count will reach this
if (startIndex === undefined) {
startIndex = 0;
startOffset = 0;
endIndex = Math.ceil(height / itemHeight);
}

@@ -223,0 +220,0 @@

{
"name": "rc-virtual-list",
"version": "3.4.8",
"version": "3.4.10",
"description": "React Virtual List Component",

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

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