Socket
Socket
Sign inDemoInstall

@zag-js/dom-query

Package Overview
Dependencies
Maintainers
0
Versions
671
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 0.58.2 to 0.58.3

4

dist/index.d.ts

@@ -153,5 +153,5 @@ type Booleanish = boolean | "true" | "false";

getById: <T_1 extends Element = HTMLElement>(ctx: ScopeContext, id: string) => T_1 | null;
setValue: <T_2 extends {
setValue: <T_1 extends {
value: string;
}>(elem: T_2 | null, value: string | number | null | undefined) => void;
}>(elem: T_1 | null, value: string | number | null | undefined) => void;
} & T;

@@ -158,0 +158,0 @@

{
"name": "@zag-js/dom-query",
"version": "0.58.2",
"version": "0.58.3",
"description": "The dom helper library for zag.js machines",

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

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