@alpinejs/intersect
Advanced tools
Comparing version 3.2.2 to 3.2.3
{ | ||
"name": "@alpinejs/intersect", | ||
"version": "3.2.2", | ||
"version": "3.2.3", | ||
"description": "Trigger JavaScript when an element enters the viewport", | ||
@@ -5,0 +5,0 @@ "author": "Caleb Porzio", |
@@ -1,2 +0,1 @@ | ||
export default function (Alpine) { | ||
@@ -3,0 +2,0 @@ Alpine.directive('intersect', (el, { expression, modifiers }, { evaluateLater, cleanup }) => { |
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
3827