Huge News!Announcing our $40M Series B led by Abstract Ventures.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.9 to 0.0.10

4

dist/index.js

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

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

@@ -320,4 +320,4 @@ main: "dist/index.js",

this.targetWindow = this.options.iframe?.contentWindow ?? null;
this.options.iframe?.setAttribute("src", String(this.options.url));
});
this.options.iframe?.setAttribute("src", String(this.options.url));
}

@@ -324,0 +324,0 @@ this.options.window.addEventListener("message", (event) => {

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

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

@@ -14,0 +14,0 @@ "main": "dist/index.js",

@@ -30,4 +30,4 @@ import { Adapter, StatelyInspectionEvent } from './types';

this.targetWindow = this.options.iframe?.contentWindow ?? null;
this.options.iframe?.setAttribute('src', String(this.options.url));
});
this.options.iframe?.setAttribute('src', String(this.options.url));
}

@@ -34,0 +34,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