You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

react-scroll-sync

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-scroll-sync - npm Package Compare versions

Comparing version

to
0.11.2

4

dist/index.js

@@ -852,5 +852,3 @@ (function webpackUniversalModuleDefinition(root, factory) {

innerRef: _propTypes2.default.oneOfType([// Either a function
_propTypes2.default.func,
// Or the instance of a DOM native element (see the note about SSR)
_propTypes2.default.shape({ current: _propTypes2.default.instanceOf(Element) })])
_propTypes2.default.func, _propTypes2.default.shape({ current: _propTypes2.default.any })])
};

@@ -857,0 +855,0 @@ ScrollSyncPane.defaultProps = {

{
"name": "react-scroll-sync",
"version": "0.11.1",
"version": "0.11.2",
"description": "Synchronize scroll positions across multiple scrollable containers",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -31,4 +31,3 @@ /* eslint react/no-find-dom-node: 0 */

PropTypes.func,
// Or the instance of a DOM native element (see the note about SSR)
PropTypes.shape({ current: PropTypes.instanceOf(Element) })])
PropTypes.shape({ current: PropTypes.any })])
};

@@ -35,0 +34,0 @@

Sorry, the diff of this file is not supported yet