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

dock-spawn-ts

Package Overview
Dependencies
Maintainers
1
Versions
126
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dock-spawn-ts - npm Package Compare versions

Comparing version 2.4.0 to 2.5.0

2

package.json
{
"name": "dock-spawn-ts",
"version": "2.4.0",
"version": "2.5.0",
"description": "DockSpawn Typescript Version",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -8,3 +8,3 @@ import { DockManager } from "../DockManager.js";

static cssRootDirectory = "../../";
public static cssRootDirectory = "../../";

@@ -23,4 +23,4 @@ private dockManager: DockManager;

template.innerHTML = `
<link rel="stylesheet" href="../../lib/css/dock-manager.css">
<link rel="stylesheet" href="../../lib/css/dock-manager-style.css">
<link rel="stylesheet" href="${DockSpawnTsWebcomponent.cssRootDirectory}/lib/css/dock-manager.css">
<link rel="stylesheet" href="${DockSpawnTsWebcomponent.cssRootDirectory}/lib/css/dock-manager-style.css">
<div id="dockSpawnDiv" style="width:100%;height:100%;position:relative"></div>

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