Socket
Socket
Sign inDemoInstall

@zag-js/tags-input

Package Overview
Dependencies
Maintainers
1
Versions
1021
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zag-js/tags-input - npm Package Compare versions

Comparing version 0.0.0-dev-20240708161628 to 0.0.0-dev-20240712125036

13

dist/index.js

@@ -615,3 +615,14 @@ "use strict";

actions: ["deleteHighlightedTag", "highlightTagAtIndex"]
}
},
PASTE: [
{
guard: "addOnPaste",
target: "focused:input",
actions: ["setInputValue", "addTagFromPaste"]
},
{
target: "focused:input",
actions: "setInputValue"
}
]
}

@@ -618,0 +629,0 @@ },

22

package.json
{
"name": "@zag-js/tags-input",
"version": "0.0.0-dev-20240708161628",
"version": "0.0.0-dev-20240712125036",
"description": "Core logic for the tags-input widget implemented as a state machine",

@@ -30,12 +30,12 @@ "keywords": [

"dependencies": {
"@zag-js/anatomy": "0.0.0-dev-20240708161628",
"@zag-js/auto-resize": "0.0.0-dev-20240708161628",
"@zag-js/core": "0.0.0-dev-20240708161628",
"@zag-js/interact-outside": "0.0.0-dev-20240708161628",
"@zag-js/live-region": "0.0.0-dev-20240708161628",
"@zag-js/dom-query": "0.0.0-dev-20240708161628",
"@zag-js/dom-event": "0.0.0-dev-20240708161628",
"@zag-js/form-utils": "0.0.0-dev-20240708161628",
"@zag-js/utils": "0.0.0-dev-20240708161628",
"@zag-js/types": "0.0.0-dev-20240708161628"
"@zag-js/anatomy": "0.0.0-dev-20240712125036",
"@zag-js/auto-resize": "0.0.0-dev-20240712125036",
"@zag-js/core": "0.0.0-dev-20240712125036",
"@zag-js/interact-outside": "0.0.0-dev-20240712125036",
"@zag-js/live-region": "0.0.0-dev-20240712125036",
"@zag-js/dom-query": "0.0.0-dev-20240712125036",
"@zag-js/dom-event": "0.0.0-dev-20240712125036",
"@zag-js/form-utils": "0.0.0-dev-20240712125036",
"@zag-js/utils": "0.0.0-dev-20240712125036",
"@zag-js/types": "0.0.0-dev-20240712125036"
},

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

@@ -214,2 +214,13 @@ import { autoResizeInput } from "@zag-js/auto-resize"

},
PASTE: [
{
guard: "addOnPaste",
target: "focused:input",
actions: ["setInputValue", "addTagFromPaste"],
},
{
target: "focused:input",
actions: "setInputValue",
},
],
},

@@ -216,0 +227,0 @@ },

Sorry, the diff of this file is not supported yet

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc