scrollwatch
Advanced tools
Comparing version 2.0.0 to 2.0.1
{ | ||
"name": "scrollwatch", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Easily add lazy loading, infinite scrolling, or any other dynamic interaction based on scroll position (with no dependencies).", | ||
"main": "./dist/ScrollWatch-2.0.0.min.js", | ||
"main": "./dist/ScrollWatch-2.0.1.min.js", | ||
"moduleType": ["globals", "amd", "node"], | ||
@@ -7,0 +7,0 @@ "authors": "Evan Dull <evandull@gmail.com>", |
{ | ||
"name": "scrollwatch", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"author": "Evan Dull <evandull@gmail.com>", | ||
"description": "Easily add lazy loading, infinite scrolling, or any other dynamic interaction based on scroll position (with no dependencies).", | ||
"main": "./dist/ScrollWatch-2.0.0.min.js", | ||
"main": "./dist/ScrollWatch-2.0.1.min.js", | ||
"repository": { | ||
@@ -8,0 +8,0 @@ "type": "git", |
@@ -496,5 +496,4 @@ 'use strict'; | ||
var elRange = getElementRange.call(this, el); | ||
var offset = instanceData[this._id].config.watchOffset; | ||
return isElementInVerticalView(elRange, viewableRange, offset) && isElementInHorizontalView(elRange, viewableRange, offset); | ||
return isElementInVerticalView.call(this, elRange, viewableRange) && isElementInHorizontalView.call(this, elRange, viewableRange); | ||
@@ -501,0 +500,0 @@ }; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
66609
882