New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@statelyai/inspect

Package Overview
Dependencies
Maintainers
3
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@statelyai/inspect - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

4

dist/index.js

@@ -257,3 +257,3 @@ "use strict";

name: "@statelyai/inspect",
version: "0.0.4",
version: "0.0.5",
description: "Inspection utilities for state, actors, workflows, and state machines.",

@@ -267,3 +267,3 @@ main: "dist/index.js",

"isomorphic-ws": "^5.0.0",
xstate: "5.0.0-beta.53"
xstate: "5.0.0"
},

@@ -270,0 +270,0 @@ scripts: {

@@ -11,3 +11,3 @@ {

"name": "@statelyai/inspect",
"version": "0.0.4",
"version": "0.0.5",
"description": "Inspection utilities for state, actors, workflows, and state machines.",

@@ -21,3 +21,3 @@ "main": "dist/index.js",

"isomorphic-ws": "^5.0.0",
"xstate": "5.0.0-beta.53"
"xstate": "5.0.0"
},

@@ -24,0 +24,0 @@ "scripts": {

@@ -76,3 +76,3 @@ import { expect, test } from 'vitest';

"event": {
"type": "xstate.after(10)#trafficLight.green",
"type": "xstate.after.10.trafficLight.green",
},

@@ -89,3 +89,3 @@ "sessionId": "x:0",

"event": {
"type": "xstate.after(10)#trafficLight.yellow",
"type": "xstate.after.10.trafficLight.yellow",
},

@@ -92,0 +92,0 @@ "sessionId": "x:0",

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