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

scroll-syncer

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

scroll-syncer - npm Package Compare versions

Comparing version

to
1.2.1

2

index.common.js

@@ -9,3 +9,3 @@ function ScrollSyncer (vertical, horizontal) {

if (vertical) this._to[i].scrollTop = target.scrollTop
if (horizontal) this._to[i].scrollTop = target.scrollLeft
if (horizontal) this._to[i].scrollLeft = target.scrollLeft
}

@@ -12,0 +12,0 @@ }).bind(this)

{
"name": "scroll-syncer",
"version": "1.2.0",
"version": "1.2.1",
"description": "Synchronize scoll position among several elements",

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