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

@zag-js/dialog

Package Overview
Dependencies
Maintainers
0
Versions
1049
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zag-js/dialog - npm Package Compare versions

Comparing version

to
1.3.2

3

dist/index.js

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

setOpen(nextOpen) {
if (nextOpen === open) return;
const open2 = state.matches("open");
if (open2 === nextOpen) return;
send({ type: nextOpen ? "OPEN" : "CLOSE" });

@@ -52,0 +53,0 @@ },

{
"name": "@zag-js/dialog",
"version": "1.3.1",
"version": "1.3.2",
"description": "Core logic for the dialog widget implemented as a state machine",

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

"dependencies": {
"@zag-js/anatomy": "1.3.1",
"@zag-js/aria-hidden": "1.3.1",
"@zag-js/core": "1.3.1",
"@zag-js/dom-query": "1.3.1",
"@zag-js/utils": "1.3.1",
"@zag-js/dismissable": "1.3.1",
"@zag-js/remove-scroll": "1.3.1",
"@zag-js/focus-trap": "1.3.1",
"@zag-js/types": "1.3.1"
"@zag-js/anatomy": "1.3.2",
"@zag-js/aria-hidden": "1.3.2",
"@zag-js/core": "1.3.2",
"@zag-js/dom-query": "1.3.2",
"@zag-js/utils": "1.3.2",
"@zag-js/dismissable": "1.3.2",
"@zag-js/remove-scroll": "1.3.2",
"@zag-js/focus-trap": "1.3.2",
"@zag-js/types": "1.3.2"
},

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

Sorry, the diff of this file is not supported yet