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

@jupyterlab/mainmenu

Package Overview
Dependencies
Maintainers
19
Versions
363
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jupyterlab/mainmenu - npm Package Compare versions

Comparing version 2.0.0-rc.1 to 2.0.0-rc.2

5

lib/labmenu.js
// Copyright (c) Jupyter Development Team.
// Distributed under the terms of the Modified BSD License.
import { MenuSvg } from '@jupyterlab/ui-components';
import { ArrayExt } from '@lumino/algorithm';
import { DisposableDelegate } from '@lumino/disposable';
import { Menu } from '@lumino/widgets';
/**

@@ -21,3 +21,4 @@ * An extensible menu for JupyterLab application menus.

this._isDisposed = false;
this.menu = new Menu(options);
// render menu with inline svg icon tweaks
this.menu = new MenuSvg(options);
this._includeSeparators = includeSeparators;

@@ -24,0 +25,0 @@ }

15

package.json
{
"name": "@jupyterlab/mainmenu",
"version": "2.0.0-rc.1",
"version": "2.0.0-rc.2",
"description": "JupyterLab - Main Menu",

@@ -38,9 +38,10 @@ "homepage": "https://github.com/jupyterlab/jupyterlab",

"dependencies": {
"@jupyterlab/apputils": "^2.0.0-rc.1",
"@jupyterlab/services": "^5.0.0-rc.1",
"@jupyterlab/apputils": "^2.0.0-rc.2",
"@jupyterlab/services": "^5.0.0-rc.2",
"@jupyterlab/ui-components": "^2.0.0-rc.3",
"@lumino/algorithm": "^1.2.3",
"@lumino/commands": "^1.9.2",
"@lumino/commands": "^1.10.1",
"@lumino/coreutils": "^1.4.2",
"@lumino/disposable": "^1.3.4",
"@lumino/widgets": "^1.10.2"
"@lumino/disposable": "^1.3.5",
"@lumino/widgets": "^1.11.1"
},

@@ -55,3 +56,3 @@ "devDependencies": {

},
"gitHead": "f63172ca32a55068f13518319ac0d871bfa582f3"
"gitHead": "922e0a5e37db645c35e7cab267f888556ac56518"
}

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