Socket
Socket
Sign inDemoInstall

@jupyterlab/ui-components

Package Overview
Dependencies
80
Maintainers
10
Versions
303
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.2.0 to 4.2.1

6

lib/components/toolbar.js

@@ -496,4 +496,4 @@ // Copyright (c) Jupyter Development Team.

let width = opener.isHidden ? toolbarPadding : toolbarPadding + openerWidth;
this._getWidgetsToRemove(width, toolbarWidth, openerWidth)
.then(values => {
return this._getWidgetsToRemove(width, toolbarWidth, openerWidth)
.then(async (values) => {
var _a, _b;

@@ -565,3 +565,3 @@ let { width, widgetsToRemove } = values;

if (callTwice) {
void this._onResize();
await this._onResize();
}

@@ -568,0 +568,0 @@ })

{
"name": "@jupyterlab/ui-components",
"version": "4.2.0",
"version": "4.2.1",
"description": "JupyterLab - UI components written in React",

@@ -45,6 +45,6 @@ "homepage": "https://github.com/jupyterlab/jupyterlab",

"@jupyter/web-components": "^0.15.3",
"@jupyterlab/coreutils": "^6.2.0",
"@jupyterlab/observables": "^5.2.0",
"@jupyterlab/rendermime-interfaces": "^3.10.0",
"@jupyterlab/translation": "^4.2.0",
"@jupyterlab/coreutils": "^6.2.1",
"@jupyterlab/observables": "^5.2.1",
"@jupyterlab/rendermime-interfaces": "^3.10.1",
"@jupyterlab/translation": "^4.2.1",
"@lumino/algorithm": "^2.0.1",

@@ -67,3 +67,3 @@ "@lumino/commands": "^2.3.0",

"devDependencies": {
"@jupyterlab/testing": "^4.2.0",
"@jupyterlab/testing": "^4.2.1",
"@types/jest": "^29.2.0",

@@ -70,0 +70,0 @@ "@types/react": "^18.0.26",

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc