Socket
Socket
Sign inDemoInstall

@zag-js/core

Package Overview
Dependencies
Maintainers
1
Versions
890
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-20220517103524 to 0.0.0-dev-20220526103720

dist/type-utils.d.ts

3

dist/index.d.ts
export { proxy, ref, snapshot, subscribe } from "valtio/vanilla";
export { guards, choose } from "./guard-utils";
export { choose, guards } from "./guard-utils";
export * from "./machine";
export { mergeProps } from "./merge-props";
export type { StateFrom, ContextFrom, ServiceFrom, EventFrom } from "./type-utils";
export type { StateMachine } from "./types";
//# sourceMappingURL=index.d.ts.map

@@ -287,3 +287,2 @@ var __defProp = Object.defineProperty;

this.type = "machine" /* Machine */;
this.deriving = false;
this.activityEvents = /* @__PURE__ */ new Map();

@@ -290,0 +289,0 @@ this.delayedEvents = /* @__PURE__ */ new Map();

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

type: MachineType;
private deriving;
private activityEvents;

@@ -11,0 +10,0 @@ private delayedEvents;

{
"name": "@zag-js/core",
"version": "0.0.0-dev-20220517103524",
"version": "0.0.0-dev-20220526103720",
"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

Sorry, the diff of this file is not supported yet

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