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

react-virtualized

Package Overview
Dependencies
Maintainers
3
Versions
296
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-virtualized - npm Package Compare versions

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

8

index.es.js

@@ -279,3 +279,5 @@ import React from 'react';

width: width,
overflow: 'auto'
overflow: 'auto',
WebkitOverflowScrolling: 'touch',
willChange: 'transform'
}, style),

@@ -845,3 +847,5 @@ onScroll: this.onScroll

width: width,
overflow: 'auto'
overflow: 'auto',
WebkitOverflowScrolling: 'touch',
willChange: 'transform'
}, style),

@@ -848,0 +852,0 @@ onScroll: onScroll

@@ -285,3 +285,5 @@ 'use strict';

width: width,
overflow: 'auto'
overflow: 'auto',
WebkitOverflowScrolling: 'touch',
willChange: 'transform'
}, style),

@@ -851,3 +853,5 @@ onScroll: this.onScroll

width: width,
overflow: 'auto'
overflow: 'auto',
WebkitOverflowScrolling: 'touch',
willChange: 'transform'
}, style),

@@ -854,0 +858,0 @@ onScroll: onScroll

{
"name": "react-virtualized",
"version": "10.0.0-alpha.5",
"version": "10.0.0-alpha.6",
"main": "index.js",

@@ -5,0 +5,0 @@ "module": "index.es.js",

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