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

@jupyterlab/settingregistry

Package Overview
Dependencies
Maintainers
28
Versions
282
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jupyterlab/settingregistry - npm Package Compare versions

Comparing version 3.1.0-rc.2 to 3.1.0

10

lib/plugin-schema.json

@@ -79,2 +79,6 @@ {

},
"icon": {
"description": "Menu icon id",
"type": "string"
},
"id": {

@@ -111,2 +115,8 @@ "description": "Menu unique id",

},
"mnemonic": {
"description": "Mnemonic index for the label",
"type": "number",
"minimum": -1,
"default": -1
},
"rank": {

@@ -113,0 +123,0 @@ "description": "Menu rank",

@@ -158,2 +158,16 @@ import { IDataConnector } from '@jupyterlab/statedb';

/**
* Menu icon id
*
* #### Note
* The icon id will looked for in registered LabIcon.
*/
icon?: string;
/**
* Get the mnemonic index for the title.
*
* #### Notes
* The default value is `-1`.
*/
mnemonic?: number;
/**
* Whether a menu is disabled. `False` by default.

@@ -160,0 +174,0 @@ *

8

package.json
{
"name": "@jupyterlab/settingregistry",
"version": "3.1.0-rc.2",
"version": "3.1.0",
"description": "Settings registry for Jupyterlab",

@@ -39,3 +39,3 @@ "homepage": "https://github.com/jupyterlab/jupyterlab",

"dependencies": {
"@jupyterlab/statedb": "^3.1.0-rc.2",
"@jupyterlab/statedb": "^3.1.0",
"@lumino/commands": "^1.12.0",

@@ -49,3 +49,3 @@ "@lumino/coreutils": "^1.5.3",

"devDependencies": {
"@jupyterlab/testutils": "^3.1.0-rc.2",
"@jupyterlab/testutils": "^3.1.0",
"@types/jest": "^26.0.10",

@@ -61,3 +61,3 @@ "@types/json5": "^0.0.30",

},
"gitHead": "00f42b9246875ada9d8d0e7ec9bec1e9645b0a98"
"gitHead": "5323ca3e7cbd2612b9fa7e399e0ccfcd72f4159a"
}
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