react-intersection-observer
Advanced tools
Comparing version 9.3.0 to 9.3.1
{ | ||
"name": "react-intersection-observer", | ||
"version": "9.3.0", | ||
"version": "9.3.1", | ||
"description": "Monitor if a component is inside the viewport, using IntersectionObserver API", | ||
@@ -10,3 +10,4 @@ "source": "./src/index.tsx", | ||
"require": "./react-intersection-observer.js", | ||
"default": "./react-intersection-observer.modern.mjs" | ||
"default": "./react-intersection-observer.modern.mjs", | ||
"test-utils": "./test-utils.js" | ||
}, | ||
@@ -13,0 +14,0 @@ "unpkg": "./react-intersection-observer.umd.js", |
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
212079