Socket
Socket
Sign inDemoInstall

rc-virtual-list

Package Overview
Dependencies
12
Maintainers
1
Versions
121
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.0-alpha.5 to 0.0.0-alpha.6

4

es/List.js

@@ -446,3 +446,5 @@ function _typeof(obj) { if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); }

return React.createElement(Component, Object.assign({
style: height ? _objectSpread({}, style, {}, ScrollStyle) : style
style: height ? _objectSpread({}, style, {
height: height
}, ScrollStyle) : style
}, restProps), React.createElement(Filler, {

@@ -449,0 +451,0 @@ height: height

@@ -461,3 +461,5 @@ "use strict";

return React.createElement(Component, Object.assign({
style: height ? _objectSpread({}, style, {}, ScrollStyle) : style
style: height ? _objectSpread({}, style, {
height: height
}, ScrollStyle) : style
}, restProps), React.createElement(_Filler.default, {

@@ -464,0 +466,0 @@ height: height

{
"name": "rc-virtual-list",
"version": "0.0.0-alpha.5",
"version": "0.0.0-alpha.6",
"description": "React Virtual List Component",

@@ -5,0 +5,0 @@ "keywords": [

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc