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
1
Versions
746
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 0.0.0-dev-20221228170256 to 0.0.0-dev-20221229205502

7

dist/index.js

@@ -53,3 +53,8 @@ "use strict";

const target = event.composedPath ? event.composedPath()[0] : event.target;
if (target.matches(":focus-visible"))
let matches = false;
try {
matches = target.matches(":focus-visible");
} catch {
}
if (matches)
return;

@@ -56,0 +61,0 @@ trigger("pointer", event);

2

package.json
{
"name": "@zag-js/focus-visible",
"version": "0.0.0-dev-20221228170256",
"version": "0.0.0-dev-20221229205502",
"description": "Focus visible polyfill utility based on WICG",

@@ -5,0 +5,0 @@ "keywords": [

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc