react-intersection-observer
Advanced tools
Comparing version 5.0.1 to 5.0.2
{ | ||
"name": "react-intersection-observer", | ||
"version": "5.0.1", | ||
"version": "5.0.2", | ||
"description": "Monitor if a component is inside the viewport, using IntersectionObserver API", | ||
@@ -8,7 +8,8 @@ "main": "dist/react-intersection-observer.cjs.js", | ||
"module": "dist/react-intersection-observer.esm.js", | ||
"unpkg": "dist/react-intersection-observer.umd.min.js", | ||
"author": "Daniel Schmidt", | ||
"typings": "index.d.ts", | ||
"files": [ | ||
"dist", | ||
"src" | ||
"dist/*", | ||
"src/*" | ||
], | ||
@@ -15,0 +16,0 @@ "repository": { |
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
57635