Socket
Socket
Sign inDemoInstall

@jupyterlab/ui-components

Package Overview
Dependencies
Maintainers
10
Versions
309
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jupyterlab/ui-components - npm Package Compare versions

Comparing version 4.1.0-beta.2 to 4.1.0-rc.0

5

lib/components/toolbar.js

@@ -633,6 +633,3 @@ // Copyright (c) Jupyter Development Team.

}
: (event) => {
// Prevent the toolbar widget to steal focus
event.stopPropagation();
};
: undefined;
const handleKeyDown = (event) => {

@@ -639,0 +636,0 @@ var _a;

16

package.json
{
"name": "@jupyterlab/ui-components",
"version": "4.1.0-beta.2",
"version": "4.1.0-rc.0",
"description": "JupyterLab - UI components written in React",

@@ -44,8 +44,8 @@ "homepage": "https://github.com/jupyterlab/jupyterlab",

"dependencies": {
"@jupyter/react-components": "^0.13.3",
"@jupyter/web-components": "^0.13.3",
"@jupyterlab/coreutils": "^6.1.0-beta.2",
"@jupyterlab/observables": "^5.1.0-beta.2",
"@jupyterlab/rendermime-interfaces": "^3.9.0-beta.2",
"@jupyterlab/translation": "^4.1.0-beta.2",
"@jupyter/react-components": "^0.15.2",
"@jupyter/web-components": "^0.15.2",
"@jupyterlab/coreutils": "^6.1.0-rc.0",
"@jupyterlab/observables": "^5.1.0-rc.0",
"@jupyterlab/rendermime-interfaces": "^3.9.0-rc.0",
"@jupyterlab/translation": "^4.1.0-rc.0",
"@lumino/algorithm": "^2.0.1",

@@ -68,3 +68,3 @@ "@lumino/commands": "^2.2.0",

"devDependencies": {
"@jupyterlab/testing": "^4.1.0-beta.2",
"@jupyterlab/testing": "^4.1.0-rc.0",
"@types/jest": "^29.2.0",

@@ -71,0 +71,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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc