🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

focus-trap-react

Package Overview
Dependencies
Maintainers
4
Versions
76
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

focus-trap-react - npm Package Compare versions

Comparing version

to
11.0.4

6

CHANGELOG.md
# Changelog
## 11.0.4
### Patch Changes
- 346e41d: Bump focus-trap to v7.6.5 for shadow DOM bug fix
## 11.0.3

@@ -4,0 +10,0 @@

56

package.json
{
"name": "focus-trap-react",
"version": "11.0.3",
"version": "11.0.4",
"description": "A React component that traps focus.",

@@ -60,21 +60,21 @@ "main": "dist/focus-trap-react.js",

"devDependencies": {
"@babel/cli": "^7.26.4",
"@babel/core": "^7.26.0",
"@babel/eslint-parser": "^7.25.9",
"@babel/eslint-plugin": "^7.25.9",
"@babel/cli": "^7.27.2",
"@babel/core": "^7.27.1",
"@babel/eslint-parser": "^7.27.1",
"@babel/eslint-plugin": "^7.27.1",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/preset-env": "^7.26.0",
"@babel/preset-react": "^7.26.3",
"@changesets/cli": "^2.27.11",
"@eslint/js": "^9.17.0",
"@testing-library/cypress": "^10.0.2",
"@babel/preset-env": "^7.27.2",
"@babel/preset-react": "^7.27.1",
"@changesets/cli": "^2.29.4",
"@eslint/js": "^9.27.0",
"@testing-library/cypress": "^10.0.3",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.1.0",
"@testing-library/user-event": "^14.5.2",
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^14.6.1",
"@types/jquery": "^3.5.32",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@typescript-eslint/eslint-plugin": "^8.19.1",
"@typescript-eslint/parser": "^8.19.1",
"@typescript-eslint/eslint-plugin": "^8.32.1",
"@typescript-eslint/parser": "^8.32.1",
"all-contributors-cli": "^6.26.1",

@@ -85,16 +85,16 @@ "babel-jest": "^29.7.0",

"budo": "^11.8.4",
"cypress": "^13.17.0",
"cypress": "^14.4.0",
"cypress-plugin-tab": "^1.0.5",
"eslint": "^9.17.0",
"eslint-config-prettier": "^9.1.0",
"eslint": "^9.27.0",
"eslint-config-prettier": "^10.1.5",
"eslint-import-resolver-node": "^0.3.9",
"eslint-import-resolver-typescript": "^3.7.0",
"eslint-plugin-cypress": "^4.1.0",
"eslint-import-resolver-typescript": "^4.3.5",
"eslint-plugin-cypress": "^4.3.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jest": "^28.10.0",
"eslint-plugin-jest": "^28.11.0",
"eslint-plugin-jest-dom": "^5.5.0",
"eslint-plugin-react": "^7.37.3",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-testing-library": "^7.1.1",
"globals": "^15.13.0",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-testing-library": "^7.2.1",
"globals": "^16.1.0",
"jest": "^29.7.0",

@@ -104,11 +104,11 @@ "jest-environment-jsdom": "^29.7.0",

"onchange": "^7.1.0",
"prettier": "^3.4.2",
"prettier": "^3.5.3",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"regenerator-runtime": "^0.14.1",
"start-server-and-test": "^2.0.9",
"typescript": "^5.7.2"
"start-server-and-test": "^2.0.12",
"typescript": "^5.8.3"
},
"dependencies": {
"focus-trap": "^7.6.4",
"focus-trap": "^7.6.5",
"tabbable": "^6.2.0"

@@ -115,0 +115,0 @@ },