react-intersection-observer
Advanced tools
Comparing version 9.3.2 to 9.3.3
{ | ||
"name": "react-intersection-observer", | ||
"version": "9.3.2", | ||
"version": "9.3.3", | ||
"description": "Monitor if a component is inside the viewport, using IntersectionObserver API", | ||
@@ -11,4 +11,4 @@ "source": "./src/index.tsx", | ||
".": { | ||
"import": "./react-intersection-observer.modern.mjs", | ||
"require": "./react-intersection-observer.js" | ||
"require": "./react-intersection-observer.js", | ||
"default": "./react-intersection-observer.modern.mjs" | ||
} | ||
@@ -15,0 +15,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
212102