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

@zag-js/editable

Package Overview
Dependencies
Maintainers
1
Versions
1061
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.0.0-v1-beta-20250220125322 to 0.0.0-v1-beta-20250221135618

5

dist/index.d.ts

@@ -126,7 +126,8 @@ import { InteractOutsideHandlers } from '@zag-js/interact-outside';

/**
* The value of the editable.
* The controlled value of the editable.
*/
value?: string | undefined;
/**
* The default value of the editable.
* The initial value of the editable when rendered.
* Use when you don't need to control the value of the editable.
*/

@@ -133,0 +134,0 @@ defaultValue?: string | undefined;

{
"name": "@zag-js/editable",
"version": "0.0.0-v1-beta-20250220125322",
"version": "0.0.0-v1-beta-20250221135618",
"description": "Core logic for the editable widget implemented as a state machine",

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

"dependencies": {
"@zag-js/anatomy": "0.0.0-v1-beta-20250220125322",
"@zag-js/core": "0.0.0-v1-beta-20250220125322",
"@zag-js/utils": "0.0.0-v1-beta-20250220125322",
"@zag-js/dom-query": "0.0.0-v1-beta-20250220125322",
"@zag-js/types": "0.0.0-v1-beta-20250220125322",
"@zag-js/interact-outside": "0.0.0-v1-beta-20250220125322"
"@zag-js/core": "0.0.0-v1-beta-20250221135618",
"@zag-js/anatomy": "0.0.0-v1-beta-20250221135618",
"@zag-js/types": "0.0.0-v1-beta-20250221135618",
"@zag-js/utils": "0.0.0-v1-beta-20250221135618",
"@zag-js/dom-query": "0.0.0-v1-beta-20250221135618",
"@zag-js/interact-outside": "0.0.0-v1-beta-20250221135618"
},

@@ -46,5 +46,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"
}
},

@@ -51,0 +56,0 @@ "./package.json": "./package.json"

dist/index.d.mts

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