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-20220713111527 to 0.0.0-dev-20220713130021

3

dist/index.js

@@ -755,2 +755,5 @@ "use strict";

}
getState() {
return (0, import_json.klona)(this.stateSnapshot);
}
get contextSnapshot() {

@@ -757,0 +760,0 @@ return this.stateSnapshot.context;

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

private get stateSnapshot();
getState(): S.State<TContext, TState, TEvent>;
private get contextSnapshot();

@@ -31,0 +32,0 @@ start: (init?: S.StateInit<TContext, TState>) => this;

2

package.json
{
"name": "@zag-js/core",
"version": "0.0.0-dev-20220713111527",
"version": "0.0.0-dev-20220713130021",
"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

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