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.23.0 to 2.24.0

2

lib/js/DockLayoutEngine.d.ts

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

_forceResizeCompositeContainer: (container: IDockContainer) => void;
_createDockContainer(containerType: string, newNode: DockNode, referenceNode: DockNode): FillDockContainer | VerticalDockContainer | HorizontalDockContainer;
_createDockContainer(containerType: string, newNode: DockNode, referenceNode: DockNode): FillDockContainer | HorizontalDockContainer | VerticalDockContainer;
/**

@@ -30,0 +30,0 @@ * Gets the bounds of the new node if it were to dock with the specified configuration

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

if (dockToAttribute) {
let dockToElement = this.ownerDocument.getElementById(dockToAttribute);
//@ts-ignore
let dockToElement = this.getRootNode().getElementById(dockToAttribute);
dockRelativeTo = this.dockManager.findNodeFromContainerElement(this.elementContainerMap.get(dockToElement).containerElement);

@@ -77,0 +78,0 @@ }

{
"name": "dock-spawn-ts",
"version": "2.23.0",
"version": "2.24.0",
"description": "DockSpawn Typescript Version",

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

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

if (dockToAttribute) {
let dockToElement = this.ownerDocument.getElementById(dockToAttribute) as HTMLElement;
//@ts-ignore
let dockToElement = this.getRootNode().getElementById(dockToAttribute) as HTMLElement;
dockRelativeTo = this.dockManager.findNodeFromContainerElement(this.elementContainerMap.get(dockToElement).containerElement);

@@ -101,0 +102,0 @@ }

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