react-in-viewport
Advanced tools
Comparing version 1.0.0-beta.6 to 1.0.0-beta.7
{ | ||
"name": "react-in-viewport", | ||
"version": "1.0.0-beta.6", | ||
"version": "1.0.0-beta.7", | ||
"description": "Track React component in viewport using Intersection Observer API", | ||
@@ -79,4 +79,4 @@ "author": "Roderick Hsiao <roderickhsiao@gmail.com>", | ||
"peerDependencies": { | ||
"react": "^16.8.3 || ^17.0.0 || ^18.0.0", | ||
"react-dom": "^16.8.3 || ^17.0.0 || ^18.0.0" | ||
"react": "^16.8.3 || ^17.0.0 || ^18.0.0 || ^19.0.0", | ||
"react-dom": "^16.8.3 || ^17.0.0 || ^18.0.0 || ^19.0.0" | ||
}, | ||
@@ -83,0 +83,0 @@ "resolutions": { |
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
110081