Socket
Socket
Sign inDemoInstall

@zag-js/dom-event

Package Overview
Dependencies
Maintainers
0
Versions
673
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zag-js/dom-event - npm Package Compare versions

Comparing version 0.58.2 to 0.58.3

8

package.json
{
"name": "@zag-js/dom-event",
"version": "0.58.2",
"version": "0.58.3",
"description": "",

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

"dependencies": {
"@zag-js/types": "0.58.2",
"@zag-js/dom-query": "0.58.2",
"@zag-js/text-selection": "0.58.2"
"@zag-js/types": "0.58.3",
"@zag-js/dom-query": "0.58.3",
"@zag-js/text-selection": "0.58.3"
},

@@ -33,0 +33,0 @@ "devDependencies": {

import type { EventKeyOptions } from "./types"
const keyMap = {
const keyMap: Record<string, string> = {
Up: "ArrowUp",

@@ -13,3 +13,3 @@ Down: "ArrowDown",

const rtlKeyMap = {
const rtlKeyMap: Record<string, string> = {
ArrowLeft: "ArrowRight",

@@ -16,0 +16,0 @@ ArrowRight: "ArrowLeft",

Sorry, the diff of this file is not supported yet

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