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

@jupyterlab/running-extension

Package Overview
Dependencies
Maintainers
4
Versions
381
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jupyterlab/running-extension - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

4

lib/index.js

@@ -0,4 +1,4 @@

"use strict";
// Copyright (c) Jupyter Development Team.
// Distributed under the terms of the Modified BSD License.
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });

@@ -47,3 +47,3 @@ var apputils_1 = require("@jupyterlab/apputils");

// sessions widget in the sidebar.
app.shell.addToLeftArea(running, { rank: 50 });
app.shell.addToLeftArea(running, { rank: 200 });
}
{
"name": "@jupyterlab/running-extension",
"version": "0.3.0",
"version": "0.3.1",
"description": "JupyterLab - Running Sessions Extension",

@@ -15,6 +15,6 @@ "main": "lib/index.js",

"dependencies": {
"@jupyterlab/application": "^0.3.0",
"@jupyterlab/apputils": "^0.3.0",
"@jupyterlab/running": "^0.3.0",
"@jupyterlab/services": "^0.42.0"
"@jupyterlab/application": "^0.3.1",
"@jupyterlab/apputils": "^0.3.1",
"@jupyterlab/running": "^0.3.1",
"@jupyterlab/services": "^0.42.1"
},

@@ -21,0 +21,0 @@ "devDependencies": {

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