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.523.0 to 2.523.1

7

lib/js/TabHandle.js

@@ -9,3 +9,3 @@ import { PanelContainer } from "./PanelContainer.js";

*/
class TabHandle {
export class TabHandle {
constructor(parent) {

@@ -45,3 +45,5 @@ this.parent = parent;

this.auxClickHandler = new EventHandler(this.elementBase, 'auxclick', this.onCloseButtonClicked.bind(this));
this.contextMenuHandler = new EventHandler(this.elementBase, 'contextmenu', this.oncontextMenuClicked.bind(this));
if (panel.panelType == PanelType.document) {
this.contextMenuHandler = new EventHandler(this.elementBase, 'contextmenu', this.oncontextMenuClicked.bind(this));
}
//this.zIndexCounter = parent.host.dockManager.zIndexTabHandle;

@@ -263,3 +265,2 @@ }

};
export { TabHandle };
//# sourceMappingURL=TabHandle.js.map

@@ -1,2 +0,2 @@

class Utils {
export class Utils {
static getPixels(pixels) {

@@ -70,3 +70,2 @@ if (pixels === null) {

Utils._counter = 0;
export { Utils };
//# sourceMappingURL=Utils.js.map
import { DockManager } from "../DockManager.js";
import { PanelContainer } from "../PanelContainer.js";
import { PanelType } from "../enums/PanelType.js";
class DockSpawnTsWebcomponent extends HTMLElement {
export class DockSpawnTsWebcomponent extends HTMLElement {
constructor() {

@@ -159,4 +159,3 @@ super();

DockSpawnTsWebcomponent.cssRootDirectory = "../../lib/css/";
export { DockSpawnTsWebcomponent };
window.customElements.define('dock-spawn-ts', DockSpawnTsWebcomponent);
//# sourceMappingURL=DockSpawnTsWebcomponent.js.map
{
"name": "dock-spawn-ts",
"version": "2.523.0",
"version": "2.523.1",
"description": "DockSpawn Typescript Version",

@@ -13,11 +13,11 @@ "license": "MIT",

"devDependencies": {
"@babel/cli": "^7.21.0",
"@babel/core": "^7.21.3",
"@babel/preset-env": "^7.20.2",
"@types/node": "^18.15.11",
"@babel/cli": "^7.23.0",
"@babel/core": "^7.23.3",
"@babel/preset-env": "^7.23.3",
"@types/node": "^20.9.0",
"http-server": "^14.1.1",
"typescript": "^5.0.3",
"typescript": "^5.2.2",
"uglify-js": "^3.17.4",
"webpack": "^5.77.0",
"webpack-cli": "^5.0.1"
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4"
},

@@ -24,0 +24,0 @@ "main": "/lib/js/Exports.js",

@@ -77,4 +77,7 @@ import { TabPage } from "./TabPage.js";

this.auxClickHandler = new EventHandler(this.elementBase, 'auxclick', this.onCloseButtonClicked.bind(this));
this.contextMenuHandler = new EventHandler(this.elementBase, 'contextmenu', this.oncontextMenuClicked.bind(this));
if (panel.panelType == PanelType.document) {
this.contextMenuHandler = new EventHandler(this.elementBase, 'contextmenu', this.oncontextMenuClicked.bind(this));
}
//this.zIndexCounter = parent.host.dockManager.zIndexTabHandle;

@@ -81,0 +84,0 @@ }

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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