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

@xstate/graph

Package Overview
Dependencies
Maintainers
0
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@xstate/graph - npm Package Compare versions

Comparing version 2.0.1 to 3.0.0

4

dist/xstate-graph.cjs.js

@@ -81,2 +81,3 @@ 'use strict';

superpathLoop: for (const superpathWithEventSequence of superpathsWithEventSequence) {
// eslint-disable-next-line @typescript-eslint/no-for-in-array
for (const i in pathWithEventSequence.eventSequence) {

@@ -410,3 +411,4 @@ // Check event sequence to determine if path is subpath, e.g.:

stopChild: () => {},
emit: () => {}
emit: () => {},
actionExecutor: () => {}
};

@@ -413,0 +415,0 @@ }

@@ -77,2 +77,3 @@ import { getShortestPaths as getShortestPaths$1, getSimplePaths as getSimplePaths$1, joinPaths as joinPaths$1, getPathsFromEvents as getPathsFromEvents$1, getAdjacencyMap as getAdjacencyMap$1, serializeSnapshot as serializeSnapshot$1 } from '@xstate/graph';

superpathLoop: for (const superpathWithEventSequence of superpathsWithEventSequence) {
// eslint-disable-next-line @typescript-eslint/no-for-in-array
for (const i in pathWithEventSequence.eventSequence) {

@@ -406,3 +407,4 @@ // Check event sequence to determine if path is subpath, e.g.:

stopChild: () => {},
emit: () => {}
emit: () => {},
actionExecutor: () => {}
};

@@ -409,0 +411,0 @@ }

{
"name": "@xstate/graph",
"version": "2.0.1",
"version": "3.0.0",
"description": "XState graph utilities",

@@ -42,6 +42,6 @@ "keywords": [

"peerDependencies": {
"xstate": "^5.18.2"
"xstate": "^5.19.0"
},
"devDependencies": {
"xstate": "^5.18.2"
"xstate": "^5.19.0"
},

@@ -48,0 +48,0 @@ "dependencies": {},

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