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

@genesis-community/golden-layout

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@genesis-community/golden-layout - npm Package Compare versions

Comparing version 2.10.1 to 2.11.0

2

dist/cjs/ts/items/stack.js

@@ -276,5 +276,7 @@ "use strict";

if (this.isMaximised) {
this.layoutManager.tryDispatchEventToParent('minimised');
this.minimise();
}
else {
this.layoutManager.tryDispatchEventToParent('maximised');
this.maximise();

@@ -281,0 +283,0 @@ }

@@ -273,5 +273,7 @@ import { ItemConfig } from '../config/config';

if (this.isMaximised) {
this.layoutManager.tryDispatchEventToParent('minimised');
this.minimise();
}
else {
this.layoutManager.tryDispatchEventToParent('maximised');
this.maximise();

@@ -278,0 +280,0 @@ }

2

package.json
{
"name": "@genesis-community/golden-layout",
"version": "2.10.1",
"version": "2.11.0",
"description": "A @genesis-community fork of the GoldenLayout multi-screen javascript Layout manager",

@@ -5,0 +5,0 @@ "keywords": [

@@ -346,4 +346,6 @@ import { ComponentItemConfig, ItemConfig } from '../config/config';

if (this.isMaximised) {
this.layoutManager.tryDispatchEventToParent('minimised');
this.minimise();
} else {
this.layoutManager.tryDispatchEventToParent('maximised');
this.maximise();

@@ -350,0 +352,0 @@ }

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