Socket
Socket
Sign inDemoInstall

@zag-js/tags-input

Package Overview
Dependencies
Maintainers
1
Versions
1033
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.71.0 to 0.72.0

4

dist/index.js

@@ -181,3 +181,3 @@ 'use strict';

const evt = domEvent.getNativeEvent(event);
const value = event.target.value;
const value = event.currentTarget.value;
if (evt.inputType === "insertFromPaste") {

@@ -306,3 +306,3 @@ send({ type: "PASTE", value });

onChange(event) {
send({ type: "TAG_INPUT_TYPE", value: event.target.value });
send({ type: "TAG_INPUT_TYPE", value: event.currentTarget.value });
},

@@ -309,0 +309,0 @@ onBlur(event) {

{
"name": "@zag-js/tags-input",
"version": "0.71.0",
"version": "0.72.0",
"description": "Core logic for the tags-input widget implemented as a state machine",

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

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

@@ -41,0 +41,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