Socket
Socket
Sign inDemoInstall

rc-virtual-list

Package Overview
Dependencies
Maintainers
1
Versions
126
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 0.0.0-alpha.8 to 0.0.0-alpha.9

2

es/Filler.js

@@ -26,3 +26,3 @@ function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { keys.push.apply(keys, Object.getOwnPropertySymbols(object)); } if (enumerableOnly) keys = keys.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); return keys; }

position: 'relative',
overflow: 'hidden'
overflow: 'visible'
};

@@ -29,0 +29,0 @@ innerStyle = _objectSpread({}, innerStyle, {

@@ -35,3 +35,3 @@ "use strict";

position: 'relative',
overflow: 'hidden'
overflow: 'visible'
};

@@ -38,0 +38,0 @@ innerStyle = _objectSpread({}, innerStyle, {

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

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

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