🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

scroll-snap

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

scroll-snap - npm Package Compare versions

Comparing version

to
3.2.4

2

dist/esm/index.js

@@ -306,3 +306,3 @@ function easeInOutQuad(t) {

};
var duration = this.isEdge(start) ? 0 : this.duration;
var duration = this.isEdge(start) ? 1 : this.duration;
var startTime;

@@ -309,0 +309,0 @@ // setup the stepping function

@@ -317,3 +317,3 @@ (function (factory) {

};
var duration = this.isEdge(start) ? 0 : this.duration;
var duration = this.isEdge(start) ? 1 : this.duration;
var startTime;

@@ -320,0 +320,0 @@ // setup the stepping function

{
"name": "scroll-snap",
"version": "3.2.3",
"version": "3.2.4",
"description": "Snap page when user stops scrolling, with a customizable configuration and a consistent cross browser behaviour",

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