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

@jupyterlab/running

Package Overview
Dependencies
Maintainers
15
Versions
382
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jupyterlab/running - npm Package Compare versions

Comparing version 1.0.0-alpha.3 to 1.0.0-alpha.4

13

lib/index.js

@@ -107,3 +107,4 @@ "use strict";

/**
* The Section component contains the shared look and feel for an interactive list of kernels and sessions.
* The Section component contains the shared look and feel for an interactive
* list of kernels and sessions.
*

@@ -114,3 +115,3 @@ * It is specialized for each based on it's props.

function onShutdown() {
apputils_2.showDialog({
void apputils_2.showDialog({
title: `Shutdown All ${props.name} Sessions?`,

@@ -129,3 +130,3 @@ buttons: [apputils_2.Dialog.cancelButton(), apputils_2.Dialog.warnButton({ label: 'SHUTDOWN' })]

" Sessions"),
React.createElement(apputils_2.ToolbarButtonComponent, { tooltip: `Shutdown All ${props.name} Sessions…`, iconClassName: "jp-CloseIcon jp-Icon jp-Icon-16", onClick: onShutdown })),
React.createElement(apputils_2.ToolbarButtonComponent, { tooltip: `Shutdown All ${props.name} Sessions…`, iconClassName: "jp-CloseIcon", onClick: onShutdown })),
React.createElement("div", { className: CONTAINER_CLASS },

@@ -138,7 +139,7 @@ React.createElement(List, Object.assign({}, props)))))));

React.createElement("div", { className: HEADER_CLASS },
React.createElement(apputils_2.ToolbarButtonComponent, { tooltip: "Refresh List", iconClassName: "jp-RefreshIcon jp-Icon jp-Icon-16", onClick: () => {
React.createElement(apputils_2.ToolbarButtonComponent, { tooltip: "Refresh List", iconClassName: "jp-RefreshIcon", onClick: () => {
if (terminalsAvailable) {
manager.terminals.refreshRunning();
void manager.terminals.refreshRunning();
}
manager.sessions.refreshRunning();
void manager.sessions.refreshRunning();
} })),

@@ -145,0 +146,0 @@ React.createElement(Section, { openRequested: terminalOpenRequested, manager: manager.terminals, name: "Terminal", iconClass: () => `${ITEM_ICON_CLASS} ${TERMINAL_ICON_CLASS}`, label: m => `terminals/${m.name}`, available: terminalsAvailable, shutdown: m => manager.terminals.shutdown(m.name) }),

{
"name": "@jupyterlab/running",
"version": "1.0.0-alpha.3",
"version": "1.0.0-alpha.4",
"description": "JupyterLab - Running Sessions Panel",

@@ -34,8 +34,8 @@ "homepage": "https://github.com/jupyterlab/jupyterlab",

"dependencies": {
"@jupyterlab/apputils": "^1.0.0-alpha.3",
"@jupyterlab/coreutils": "^3.0.0-alpha.3",
"@jupyterlab/services": "^4.0.0-alpha.3",
"@jupyterlab/apputils": "^1.0.0-alpha.4",
"@jupyterlab/coreutils": "^3.0.0-alpha.4",
"@jupyterlab/services": "^4.0.0-alpha.4",
"@phosphor/algorithm": "^1.1.2",
"@phosphor/signaling": "^1.2.2",
"react": "~16.4.2"
"react": "~16.8.4"
},

@@ -45,3 +45,3 @@ "devDependencies": {

"typedoc": "^0.14.2",
"typescript": "~3.3.1"
"typescript": "~3.4.3"
},

@@ -51,3 +51,3 @@ "publishConfig": {

},
"gitHead": "5a5390c3d66c033d28e8e48256f4d7f7d0b6834b"
"gitHead": "2d428c2cdbacf04f17e10b56081a1468b447c2da"
}
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