Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@zag-js/core

Package Overview
Dependencies
Maintainers
1
Versions
902
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 0.0.0-dev-20220704095222 to 0.0.0-dev-20220704111810

2

dist/delay-utils.d.ts

@@ -1,2 +0,2 @@

import { StateMachine as S } from "./types";
import type { StateMachine as S } from "./types";
/**

@@ -3,0 +3,0 @@ * Delay can be specified as:

@@ -1,2 +0,2 @@

import { StateMachine as S } from "./types";
import type { StateMachine as S } from "./types";
declare function or<TContext, TState extends S.StateSchema, TEvent extends S.EventObject>(...conditions: Array<S.Guard<TContext, TState, TEvent>>): S.GuardHelper<TContext, TState, TEvent>;

@@ -3,0 +3,0 @@ declare function and<TContext, TState extends S.StateSchema, TEvent extends S.EventObject>(...conditions: Array<S.Guard<TContext, TState, TEvent>>): S.GuardHelper<TContext, TState, TEvent>;

@@ -1,3 +0,3 @@

import { Machine } from "./machine";
import { StateMachine as S } from "./types";
import type { Machine } from "./machine";
import type { StateMachine as S } from "./types";
declare type AnyFunction = (...args: any[]) => any;

@@ -4,0 +4,0 @@ declare type ReturnTypeOrValue<T> = T extends AnyFunction ? ReturnType<T> : T;

{
"name": "@zag-js/core",
"version": "0.0.0-dev-20220704095222",
"version": "0.0.0-dev-20220704111810",
"description": "A minimal implementation of xstate fsm for UI machines",

@@ -40,3 +40,3 @@ "keywords": [

"dependencies": {
"@zag-js/store": "0.0.0-dev-20220704095222",
"@zag-js/store": "0.0.0-dev-20220704111810",
"@zag-js/utils": "0.1.2",

@@ -43,0 +43,0 @@ "klona": "2.0.5"

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