react-intersection-observer
Advanced tools
Comparing version 9.5.4 to 9.6.0
{ | ||
"name": "react-intersection-observer", | ||
"version": "9.5.4", | ||
"version": "9.6.0", | ||
"description": "Monitor if a component is inside the viewport, using IntersectionObserver API", | ||
@@ -80,4 +80,10 @@ "source": "./src/index.tsx", | ||
"peerDependencies": { | ||
"react": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0" | ||
"react": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0", | ||
"react-dom": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0" | ||
}, | ||
"peerDependenciesMeta": { | ||
"react-dom": { | ||
"optional": true | ||
} | ||
}, | ||
"pnpm": { | ||
@@ -84,0 +90,0 @@ "peerDependencyRules": { |
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
141553
2