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
926
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
0.0.0-dev-20220514160702

3

dist/index.js

@@ -754,2 +754,5 @@ var __defProp = Object.defineProperty;

}
get [Symbol.toStringTag]() {
return "Machine";
}
};

@@ -756,0 +759,0 @@ var createMachine = (config, options) => new Machine(config, options);

@@ -116,2 +116,3 @@ import { Dict, MachineStatus, MachineType, StateMachine as S, Writable } from "./types";

onEvent: (listener: S.EventListener<TEvent>) => this;
get [Symbol.toStringTag](): string;
}

@@ -118,0 +119,0 @@ export declare type MachineSrc<TContext extends Dict, TState extends S.StateSchema, TEvent extends S.EventObject = S.AnyEventObject> = Machine<TContext, TState, TEvent> | (() => Machine<TContext, TState, TEvent>);

2

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

@@ -5,0 +5,0 @@ "keywords": [

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet