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

@lumino/widgets

Package Overview
Dependencies
Maintainers
4
Versions
77
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lumino/widgets - npm Package Compare versions

Comparing version 1.12.0 to 1.12.1

4

lib/dockpanel.js

@@ -59,3 +59,5 @@ "use strict";

_this._edges = options.edges || Private.DEFAULT_EDGES;
_this._tabsMovable = options.tabsMovable || true;
if (options.tabsMovable !== undefined) {
_this._tabsMovable = options.tabsMovable;
}
// Toggle the CSS mode attribute.

@@ -62,0 +64,0 @@ _this.dataset['mode'] = _this._mode;

{
"name": "@lumino/widgets",
"version": "1.12.0",
"version": "1.12.1",
"description": "Lumino Widgets",

@@ -54,7 +54,7 @@ "homepage": "https://github.com/jupyterlab/lumino",

"@lumino/algorithm": "^1.2.3",
"@lumino/commands": "^1.10.1",
"@lumino/coreutils": "^1.4.2",
"@lumino/commands": "^1.10.2",
"@lumino/coreutils": "^1.4.3",
"@lumino/disposable": "^1.3.5",
"@lumino/domutils": "^1.1.7",
"@lumino/dragdrop": "^1.5.1",
"@lumino/dragdrop": "^1.5.2",
"@lumino/keyboard": "^1.1.6",

@@ -91,3 +91,3 @@ "@lumino/messaging": "^1.3.3",

},
"gitHead": "66a64a11e80e723a2db1a247fe169ec8d7935aae"
"gitHead": "fc135baefc09242d90723801d8e316e74883d56d"
}
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