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

@jupyterlab/running

Package Overview
Dependencies
Maintainers
8
Versions
380
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 0.15.0 to 0.15.1

2

lib/index.js

@@ -370,5 +370,7 @@ "use strict";

var refresh = document.createElement('button');
refresh.title = 'Refresh List';
refresh.className = REFRESH_CLASS;
header.appendChild(refresh);
var shutdown = document.createElement('button');
shutdown.title = 'Shutdown All Kernels…';
shutdown.className = SHUTDOWN_CLASS;

@@ -375,0 +377,0 @@ header.appendChild(shutdown);

8

package.json
{
"name": "@jupyterlab/running",
"version": "0.15.0",
"version": "0.15.1",
"description": "JupyterLab - Running Sessions Panel",

@@ -33,5 +33,5 @@ "homepage": "https://github.com/jupyterlab/jupyterlab",

"dependencies": {
"@jupyterlab/apputils": "^0.15.0",
"@jupyterlab/coreutils": "^1.0.2",
"@jupyterlab/services": "^1.1.0",
"@jupyterlab/apputils": "^0.15.1",
"@jupyterlab/coreutils": "^1.0.3",
"@jupyterlab/services": "^1.1.1",
"@phosphor/domutils": "^1.1.2",

@@ -38,0 +38,0 @@ "@phosphor/messaging": "^1.2.2",

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