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
912
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-20220706194607 to 0.0.0-dev-20220707125149

2

dist/index.js

@@ -211,2 +211,3 @@ "use strict";

event: cast({}),
previousEvent: cast({}),
context: (0, import_store2.proxyWithComputed)(initialContext, computedContext),

@@ -615,2 +616,3 @@ done: false,

__publicField(this, "setEvent", (event) => {
this.state.previousEvent = this.state.event;
this.state.event = (0, import_store3.ref)(toEvent(event));

@@ -617,0 +619,0 @@ });

@@ -221,2 +221,3 @@ export declare type Dict<T = any> = Record<string, T>;

event: TEvent;
previousEvent: TEvent;
context: TContext;

@@ -223,0 +224,0 @@ done: boolean;

4

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

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

"dependencies": {
"@zag-js/store": "0.0.0-dev-20220706194607",
"@zag-js/store": "0.0.0-dev-20220707125149",
"@zag-js/utils": "0.1.2",

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

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