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

@jupyterlab/running-extension

Package Overview
Dependencies
Maintainers
5
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.6.0 to 0.7.0

4

lib/index.js

@@ -5,3 +5,3 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
var apputils_1 = require("@jupyterlab/apputils");
var application_1 = require("@jupyterlab/application");
var services_1 = require("@jupyterlab/services");

@@ -15,3 +15,3 @@ var running_1 = require("@jupyterlab/running");

id: 'jupyter.extensions.running-sessions',
requires: [services_1.IServiceManager, apputils_1.ILayoutRestorer],
requires: [services_1.IServiceManager, application_1.ILayoutRestorer],
autoStart: true

@@ -18,0 +18,0 @@ };

{
"name": "@jupyterlab/running-extension",
"version": "0.6.0",
"version": "0.7.0",
"description": "JupyterLab - Running Sessions Extension",

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

"dependencies": {
"@jupyterlab/application": "^0.6.0",
"@jupyterlab/apputils": "^0.6.0",
"@jupyterlab/running": "^0.6.0",
"@jupyterlab/services": "^0.45.0"
"@jupyterlab/application": "^0.7.0",
"@jupyterlab/running": "^0.7.0",
"@jupyterlab/services": "^0.46.0"
},

@@ -21,0 +20,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