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

@radix-ui/react-focus-guards

Package Overview
Dependencies
Maintainers
0
Versions
91
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@radix-ui/react-focus-guards - npm Package Compare versions

Comparing version

to
1.1.2-rc.1

8

dist/index.js

@@ -32,4 +32,4 @@ "use strict";

// packages/react/focus-guards/src/index.ts
var src_exports = {};
__export(src_exports, {
var index_exports = {};
__export(index_exports, {
FocusGuards: () => FocusGuards,

@@ -39,5 +39,5 @@ Root: () => Root,

});
module.exports = __toCommonJS(src_exports);
module.exports = __toCommonJS(index_exports);
// packages/react/focus-guards/src/FocusGuards.tsx
// packages/react/focus-guards/src/focus-guards.tsx
var React = __toESM(require("react"));

@@ -44,0 +44,0 @@ var count = 0;

{
"name": "@radix-ui/react-focus-guards",
"version": "1.1.1",
"version": "1.1.2-rc.1",
"license": "MIT",

@@ -27,5 +27,16 @@ "exports": {

"scripts": {
"lint": "eslint --max-warnings 0 src",
"clean": "rm -rf dist",
"version": "yarn version"
},
"devDependencies": {
"@repo/eslint-config": "0.0.0",
"@repo/typescript-config": "0.0.0",
"@types/react": "^19.0.7",
"@types/react-dom": "^19.0.3",
"eslint": "^9.18.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"typescript": "^5.7.3"
},
"peerDependencies": {

@@ -47,3 +58,4 @@ "@types/react": "*",

"url": "https://github.com/radix-ui/primitives/issues"
}
},
"stableVersion": "1.1.1"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet