New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@zag-js/focus-visible

Package Overview
Dependencies
Maintainers
0
Versions
760
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zag-js/focus-visible - npm Package Compare versions

Comparing version

to
1.0.0

15

package.json
{
"name": "@zag-js/focus-visible",
"version": "0.82.2",
"version": "1.0.0",
"description": "Focus visible polyfill utility based on WICG",

@@ -28,3 +28,3 @@ "keywords": [

"dependencies": {
"@zag-js/dom-query": "0.82.2"
"@zag-js/dom-query": "1.0.0"
},

@@ -38,5 +38,10 @@ "devDependencies": {

".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.js"
"import": {
"types": "./dist/index.d.mts",
"default": "./dist/index.mjs"
},
"require": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
},

@@ -43,0 +48,0 @@ "./package.json": "./package.json"