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.28 to 0.0.0-rc.0

1

es/Filler.js

@@ -32,3 +32,2 @@ 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; }

transform: "translateY(".concat(offset, "px)"),
willChange: 'transform',
position: 'absolute',

@@ -35,0 +34,0 @@ left: 0,

@@ -44,3 +44,2 @@ "use strict";

transform: "translateY(".concat(offset, "px)"),
willChange: 'transform',
position: 'absolute',

@@ -47,0 +46,0 @@ left: 0,

2

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