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

@jupyterlab/apputils-extension

Package Overview
Dependencies
Maintainers
0
Versions
388
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jupyterlab/apputils-extension - npm Package Compare versions

Comparing version 4.3.0-alpha.2 to 4.3.0-beta.0

8

lib/announcements.js

@@ -191,4 +191,4 @@ /*

{
label: trans.__('Do not check for updates'),
caption: trans.__('If pressed, you will not be prompted if a new JupyterLab version is found.'),
label: trans.__('Ignore all updates'),
caption: trans.__('Do not prompt me if a new JupyterLab version is available.'),
callback: () => {

@@ -210,3 +210,5 @@ settings === null || settings === void 0 ? void 0 : settings.set('checkForUpdates', false).then(() => {

},
displayType: 'link'
// Because the link to the changelog is the primary option,
// display it in an accent color.
displayType: 'accent'
});

@@ -213,0 +215,0 @@ }

@@ -89,6 +89,6 @@ /*

React.createElement("span", { className: "jp-Toolbar-item jp-Toolbar-spacer" }),
React.createElement(ToolbarButtonComponent, { actualOnClick: true, onClick: () => {
React.createElement(ToolbarButtonComponent, { noFocusOnClick: false, onClick: () => {
manager.dismiss();
}, icon: deleteIcon, tooltip: trans.__('Dismiss all notifications'), enabled: manager.count > 0 }),
React.createElement(ToolbarButtonComponent, { actualOnClick: true, onClick: onClose, icon: closeIcon, tooltip: trans.__('Hide notifications') })),
React.createElement(ToolbarButtonComponent, { noFocusOnClick: false, onClick: onClose, icon: closeIcon, tooltip: trans.__('Hide notifications') })),
React.createElement("ol", { className: "jp-Notification-List" }, notifications.map(notification => {

@@ -95,0 +95,0 @@ var _a;

{
"name": "@jupyterlab/apputils-extension",
"version": "4.3.0-alpha.2",
"version": "4.3.0-beta.0",
"description": "JupyterLab - Application Utilities Extension",

@@ -40,15 +40,15 @@ "homepage": "https://github.com/jupyterlab/jupyterlab",

"dependencies": {
"@jupyterlab/application": "^4.3.0-alpha.2",
"@jupyterlab/apputils": "^4.4.0-alpha.2",
"@jupyterlab/coreutils": "^6.3.0-alpha.2",
"@jupyterlab/docregistry": "^4.3.0-alpha.2",
"@jupyterlab/mainmenu": "^4.3.0-alpha.2",
"@jupyterlab/rendermime-interfaces": "^3.11.0-alpha.2",
"@jupyterlab/services": "^7.3.0-alpha.2",
"@jupyterlab/settingregistry": "^4.3.0-alpha.2",
"@jupyterlab/statedb": "^4.3.0-alpha.2",
"@jupyterlab/statusbar": "^4.3.0-alpha.2",
"@jupyterlab/translation": "^4.3.0-alpha.2",
"@jupyterlab/ui-components": "^4.3.0-alpha.2",
"@jupyterlab/workspaces": "^4.3.0-alpha.2",
"@jupyterlab/application": "^4.3.0-beta.0",
"@jupyterlab/apputils": "^4.4.0-beta.0",
"@jupyterlab/coreutils": "^6.3.0-beta.0",
"@jupyterlab/docregistry": "^4.3.0-beta.0",
"@jupyterlab/mainmenu": "^4.3.0-beta.0",
"@jupyterlab/rendermime-interfaces": "^3.11.0-beta.0",
"@jupyterlab/services": "^7.3.0-beta.0",
"@jupyterlab/settingregistry": "^4.3.0-beta.0",
"@jupyterlab/statedb": "^4.3.0-beta.0",
"@jupyterlab/statusbar": "^4.3.0-beta.0",
"@jupyterlab/translation": "^4.3.0-beta.0",
"@jupyterlab/ui-components": "^4.3.0-beta.0",
"@jupyterlab/workspaces": "^4.3.0-beta.0",
"@lumino/algorithm": "^2.0.1",

@@ -55,0 +55,0 @@ "@lumino/commands": "^2.3.0",

@@ -243,5 +243,5 @@ /*

{
label: trans.__('Do not check for updates'),
label: trans.__('Ignore all updates'),
caption: trans.__(
'If pressed, you will not be prompted if a new JupyterLab version is found.'
'Do not prompt me if a new JupyterLab version is available.'
),

@@ -270,3 +270,5 @@ callback: () => {

},
displayType: 'link'
// Because the link to the changelog is the primary option,
// display it in an accent color.
displayType: 'accent'
});

@@ -273,0 +275,0 @@ }

Sorry, the diff of this file is not supported yet

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