@jupyterlab/mainmenu
Advanced tools
Comparing version 0.3.1 to 0.4.0
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
80403
1227
0
+ Added@jupyterlab/apputils@0.15.5(transitive)
- Removed@jupyterlab/apputils@0.14.1(transitive)
Updated@jupyterlab/apputils@^0.15.0
Updated@jupyterlab/services@^1.1.0