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.9.0

11

package.json
{
"name": "react-scroll-sync",
"version": "0.8.0",
"version": "0.9.0",
"description": "Synchronize scroll positions across multiple scrollable containers",

@@ -73,7 +73,8 @@ "main": "dist/index.js",

"peerDependencies": {
"react": "0.14.x || 15.x || 16.x",
"react-dom": "0.14.x || 15.x || 16.x",
"prop-types": "15.x"
"react": "0.14.x || 15.x || 16.x || 17.x",
"react-dom": "0.14.x || 15.x || 16.x || 17.x"
},
"dependencies": {}
"dependencies": {
"prop-types": "^15.5.7"
}
}