Socket
Socket
Sign inDemoInstall

@zag-js/core

Package Overview
Dependencies
Maintainers
1
Versions
879
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.60.0 to 0.61.0

2

dist/index.d.ts

@@ -219,3 +219,3 @@ export { Ref, proxy, ref, snapshot, subscribe } from '@zag-js/store';

}
interface State<TContext extends Dict, TState extends StateSchema = StateSchema, TEvent extends EventObject = EventObject> {
interface State<TContext extends Dict, TState extends StateSchema = StateSchema, TEvent extends EventObject = AnyEventObject> {
value: TState["value"] | null;

@@ -222,0 +222,0 @@ previousValue: TState["value"] | null;

{
"name": "@zag-js/core",
"version": "0.60.0",
"version": "0.61.0",
"description": "A minimal implementation of xstate fsm for UI machines",

@@ -30,7 +30,7 @@ "keywords": [

"klona": "2.0.6",
"@zag-js/store": "0.60.0"
"@zag-js/store": "0.61.0"
},
"devDependencies": {
"clean-package": "2.2.0",
"@zag-js/utils": "0.60.0"
"@zag-js/utils": "0.61.0"
},

@@ -37,0 +37,0 @@ "clean-package": "../../clean-package.config.json",

@@ -356,3 +356,3 @@ /* -----------------------------------------------------------------------------

TState extends StateSchema = StateSchema,
TEvent extends EventObject = EventObject,
TEvent extends EventObject = AnyEventObject,
> {

@@ -359,0 +359,0 @@ value: TState["value"] | null

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc