Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@zag-js/editable

Package Overview
Dependencies
Maintainers
1
Versions
1043
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zag-js/editable - npm Package Compare versions

Comparing version 0.73.1 to 0.74.0

3

dist/index.js

@@ -145,3 +145,4 @@ 'use strict';

if (localName === "textarea") {
if (!domQuery.isModKey(event2)) return;
const submitMod = domQuery.isApple() ? event2.metaKey : event2.ctrlKey;
if (!submitMod) return;
send({ type: "SUBMIT", src: "keydown.enter" });

@@ -148,0 +149,0 @@ return;

{
"name": "@zag-js/editable",
"version": "0.73.1",
"version": "0.74.0",
"description": "Core logic for the editable widget implemented as a state machine",

@@ -29,10 +29,10 @@ "keywords": [

"dependencies": {
"@zag-js/anatomy": "0.73.1",
"@zag-js/core": "0.73.1",
"@zag-js/interact-outside": "0.73.1",
"@zag-js/utils": "0.73.1",
"@zag-js/dom-query": "0.73.1",
"@zag-js/dom-event": "0.73.1",
"@zag-js/form-utils": "0.73.1",
"@zag-js/types": "0.73.1"
"@zag-js/anatomy": "0.74.0",
"@zag-js/core": "0.74.0",
"@zag-js/interact-outside": "0.74.0",
"@zag-js/utils": "0.74.0",
"@zag-js/dom-query": "0.74.0",
"@zag-js/dom-event": "0.74.0",
"@zag-js/form-utils": "0.74.0",
"@zag-js/types": "0.74.0"
},

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

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