🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

@zag-js/react

Package Overview
Dependencies
Maintainers
0
Versions
1016
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zag-js/react - npm Package Compare versions

Comparing version

to
1.3.2

6

dist/index.js

@@ -265,6 +265,6 @@ "use client";

hydratedStateRef.current = state.ref.current;
fns.forEach((fn) => fn?.());
effects.current = /* @__PURE__ */ new Map();
transitionRef.current = null;
queueMicrotask(() => {
fns.forEach((fn) => fn?.());
effects.current = /* @__PURE__ */ new Map();
transitionRef.current = null;
action(machine.exit);

@@ -271,0 +271,0 @@ });

{
"name": "@zag-js/react",
"version": "1.3.1",
"version": "1.3.2",
"description": "The react wrapper for zag",

@@ -28,6 +28,6 @@ "keywords": [

"dependencies": {
"@zag-js/core": "1.3.1",
"@zag-js/store": "1.3.1",
"@zag-js/types": "1.3.1",
"@zag-js/utils": "1.3.1"
"@zag-js/core": "1.3.2",
"@zag-js/store": "1.3.2",
"@zag-js/types": "1.3.2",
"@zag-js/utils": "1.3.2"
},

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

Sorry, the diff of this file is not supported yet