New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
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 1.2.0 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",

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