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.28.0 to 2.29.0

2

lib/js/Dialog.js

@@ -104,3 +104,3 @@ import { Point } from "./Point.js";

show() {
this.elementDialog.style.zIndex = '1001';
this.elementDialog.style.zIndex = '10001';
this.elementDialog.style.display = 'block';

@@ -107,0 +107,0 @@ if (this.isHidden) {

{
"name": "dock-spawn-ts",
"version": "2.28.0",
"version": "2.29.0",
"description": "DockSpawn Typescript Version",

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

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

show() {
this.elementDialog.style.zIndex = '1001';
this.elementDialog.style.zIndex = '10001';
this.elementDialog.style.display = 'block';

@@ -140,0 +140,0 @@ if (this.isHidden) {

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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