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
3
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.9.2 to 2.9.3

2

dist/cjs/ts/controls/drag-proxy.js

@@ -195,3 +195,3 @@ "use strict";

this._layoutManager.emit('itemDropped', this._componentItem);
this.dispatchEventToParent('dragStart');
this.dispatchEventToParent('dragStop');
if (this._componentItemFocused && droppedComponentItem !== undefined) {

@@ -198,0 +198,0 @@ droppedComponentItem.focus();

@@ -192,3 +192,3 @@ import { UnexpectedNullError, UnexpectedUndefinedError } from '../errors/internal-error';

this._layoutManager.emit('itemDropped', this._componentItem);
this.dispatchEventToParent('dragStart');
this.dispatchEventToParent('dragStop');
if (this._componentItemFocused && droppedComponentItem !== undefined) {

@@ -195,0 +195,0 @@ droppedComponentItem.focus();

{
"name": "@genesis-community/golden-layout",
"version": "2.9.2",
"version": "2.9.3",
"description": "A @genesis-community fork of the GoldenLayout multi-screen javascript Layout manager",

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

@@ -232,3 +232,3 @@ import { UnexpectedNullError, UnexpectedUndefinedError } from '../errors/internal-error';

this._layoutManager.emit('itemDropped', this._componentItem);
this.dispatchEventToParent('dragStart')
this.dispatchEventToParent('dragStop');

@@ -235,0 +235,0 @@ if (this._componentItemFocused && droppedComponentItem !== undefined) {

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