Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@glue42/golden-layout

Package Overview
Dependencies
Maintainers
8
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@glue42/golden-layout - npm Package Compare versions

Comparing version 2.2.1 to 2.2.2

37

index.d.ts

@@ -461,2 +461,9 @@ declare module '@glue42/golden-layout' {

isPinned?:boolean;
/**
* The icon related to the workspace - will be used for pinned icon.
*/
icon?: string;
selected?: boolean;
}

@@ -646,2 +653,17 @@

layoutName?: string;
/**
* Controls whether the tab should be opened as pinned or not
*/
isPinned?:boolean;
/**
* The icon associated with the layout
*/
icon?:string;
/**
* Flag which indicates how to workspace should open selected or not
*/
selected?: boolean;
}

@@ -1358,2 +1380,17 @@

onCloseClick: () => void;
/**
* Changed the tab state to pinned which consists of placing the workspace tab at the front of the frame and hiding its title close and save buttons
*/
pin(): void;
/**
* Restores the workspace tab from a pinned to a normal state - the title, close and save button are shown and the tab is moved to the end of the pinned tabs
*/
unpin():void;
/**
* Indicates whether the tab is pinned or not
*/
isPinned: boolean;
}

@@ -1360,0 +1397,0 @@

4

package.json
{
"name": "@glue42/golden-layout",
"version": "2.2.1",
"version": "2.2.2",
"author": {

@@ -54,3 +54,3 @@ "name": "Glue42",

"homepage": "https://www.glue42.com",
"gitHead": "b713e462f4f075357fab948697d7ccd830850c24"
"gitHead": "423a05b6a8d926189ae7ade9477ca135abe996ac"
}

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

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

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