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

@jupyterlab/mainmenu

Package Overview
Dependencies
Maintainers
7
Versions
361
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 0.3.1 to 0.4.0

8

lib/edit.d.ts

@@ -67,6 +67,10 @@ import { Menu, Widget } from '@phosphor/widgets';

/**
* A label for the thing to be cleared.
* A name for the thing to be cleared, used for labeling `clearCurrent`.
*/
noun: string;
noun?: string;
/**
* A plural name for the thing to be cleared, used for labeling `clearAll`.
*/
pluralNoun?: string;
/**
* A function to clear the currently portion of activity.

@@ -73,0 +77,0 @@ */

{
"name": "@jupyterlab/mainmenu",
"version": "0.3.1",
"version": "0.4.0",
"description": "JupyterLab - Main Menu",

@@ -31,4 +31,4 @@ "homepage": "https://github.com/jupyterlab/jupyterlab",

"dependencies": {
"@jupyterlab/apputils": "^0.14.1",
"@jupyterlab/services": "^1.0.1",
"@jupyterlab/apputils": "^0.15.0",
"@jupyterlab/services": "^1.1.0",
"@phosphor/algorithm": "^1.1.2",

@@ -35,0 +35,0 @@ "@phosphor/commands": "^1.4.0",

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