react-intersection-observer-hook
Advanced tools
Comparing version 3.0.0 to 3.0.1
{ | ||
"name": "react-intersection-observer-hook", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "React hook to use IntersectionObserver declaratively.", | ||
@@ -58,3 +58,3 @@ "keywords": [ | ||
"eslint": "^8.57.0", | ||
"publint": "^0.2.9", | ||
"publint": "^0.2.10", | ||
"react": "^18.3.1", | ||
@@ -65,4 +65,5 @@ "tsup": "^8.2.4", | ||
"peerDependencies": { | ||
"react": ">=16.8.0" | ||
"react": ">=16.8.0", | ||
"react-dom": ">=16.8.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
14849
2