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

rc-virtual-list

Package Overview
Dependencies
Maintainers
1
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 0.0.0-alpha.27 to 0.0.0-alpha.28

3

es/List.js

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

this.setState({
status: 'MEASURE_DONE'
status: 'MEASURE_DONE',
itemIndex: 0
});

@@ -504,0 +505,0 @@ requestAnimationFrame(function () {

@@ -517,3 +517,4 @@ "use strict";

this.setState({
status: 'MEASURE_DONE'
status: 'MEASURE_DONE',
itemIndex: 0
});

@@ -520,0 +521,0 @@ requestAnimationFrame(function () {

{
"name": "rc-virtual-list",
"version": "0.0.0-alpha.27",
"version": "0.0.0-alpha.28",
"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