@charlietango/use-focus-trap
Advanced tools
Comparing version 1.3.0 to 1.4.0
{ | ||
"name": "@charlietango/use-focus-trap", | ||
"description": "Trap keyboard focus inside a DOM element, to prevent the user navigating outside a modal", | ||
"version": "1.3.0", | ||
"version": "1.4.0", | ||
"private": false, | ||
@@ -38,6 +38,6 @@ "sideEffects": false, | ||
"peerDependencies": { | ||
"react": ">=16.8.0", | ||
"react-dom": ">=16.8.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" | ||
}, | ||
"gitHead": "4eb959d3c8b5b2f1d12c1f1ba4bc3b50d3c8e0d9" | ||
"gitHead": "41fc8eb0903b5edc7271aa17129a3813fb434722" | ||
} |
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
22785
10