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

@xstate/inspect

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@xstate/inspect - npm Package Compare versions

Comparing version 0.0.7 to 0.0.8

3

es/index.js

@@ -52,2 +52,5 @@ var __assign = (this && this.__assign) || function () {

},
'service.send': {
actions: function (ctx, e) { return ctx.client.send(e); }
},
'service.register': {

@@ -54,0 +57,0 @@ actions: function (ctx, e) { return ctx.client.send(e); }

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

},
'service.send': {
actions: function (ctx, e) { return ctx.client.send(e); }
},
'service.register': {

@@ -58,0 +61,0 @@ actions: function (ctx, e) { return ctx.client.send(e); }

2

package.json
{
"name": "@xstate/inspect",
"version": "0.0.7",
"version": "0.0.8",
"description": "XState inspection utilities",

@@ -5,0 +5,0 @@ "keywords": [

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