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

@zag-js/core

Package Overview
Dependencies
Maintainers
1
Versions
937
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zag-js/core - npm Package Compare versions

Comparing version

to
1.5.0

1

dist/index.d.ts

@@ -28,2 +28,3 @@ interface Props {

getComputed: () => ComputedFn<T>;
getRefs: () => BindableRefs<T>;
flush: (fn: VoidFunction) => void;

@@ -30,0 +31,0 @@ }

6

package.json
{
"name": "@zag-js/core",
"version": "1.4.2",
"version": "1.5.0",
"description": "A minimal implementation of xstate fsm for UI machines",

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

"dependencies": {
"@zag-js/utils": "1.4.2",
"@zag-js/dom-query": "1.4.2"
"@zag-js/utils": "1.5.0",
"@zag-js/dom-query": "1.5.0"
},

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

Sorry, the diff of this file is not supported yet