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

@jupyterlab/services

Package Overview
Dependencies
Maintainers
0
Versions
392
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jupyterlab/services - npm Package Compare versions

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

4

lib/kernel/kernel.d.ts

@@ -502,2 +502,6 @@ import { JSONObject, JSONValue } from '@lumino/coreutils';

/**
* The number of running kernels.
*/
readonly runningCount: number;
/**
* Force a refresh of the running kernels.

@@ -504,0 +508,0 @@ *

@@ -58,2 +58,6 @@ import { Poll } from '@lumino/polling';

/**
* The number of running kernels.
*/
get runningCount(): number;
/**
* Force a refresh of the running kernels.

@@ -60,0 +64,0 @@ *

@@ -130,2 +130,8 @@ "use strict";

/**
* The number of running kernels.
*/
get runningCount() {
return this._models.size;
}
/**
* Force a refresh of the running kernels.

@@ -132,0 +138,0 @@ *

14

package.json
{
"name": "@jupyterlab/services",
"version": "7.3.0-alpha.2",
"version": "7.3.0-beta.0",
"description": "Client APIs for the Jupyter services REST APIs",

@@ -48,7 +48,7 @@ "keywords": [

"dependencies": {
"@jupyter/ydoc": "^2.0.1",
"@jupyterlab/coreutils": "^6.3.0-alpha.2",
"@jupyterlab/nbformat": "^4.3.0-alpha.2",
"@jupyterlab/settingregistry": "^4.3.0-alpha.2",
"@jupyterlab/statedb": "^4.3.0-alpha.2",
"@jupyter/ydoc": "^3.0.0-a3",
"@jupyterlab/coreutils": "^6.3.0-beta.0",
"@jupyterlab/nbformat": "^4.3.0-beta.0",
"@jupyterlab/settingregistry": "^4.3.0-beta.0",
"@jupyterlab/statedb": "^4.3.0-beta.0",
"@lumino/coreutils": "^2.1.2",

@@ -62,3 +62,3 @@ "@lumino/disposable": "^2.1.2",

"devDependencies": {
"@jupyterlab/testing": "^4.3.0-alpha.2",
"@jupyterlab/testing": "^4.3.0-beta.0",
"@types/jest": "^29.2.0",

@@ -65,0 +65,0 @@ "@types/ws": "^8.5.3",

@@ -621,2 +621,7 @@ // Copyright (c) Jupyter Development Team.

/**
* The number of running kernels.
*/
readonly runningCount: number;
/**
* Force a refresh of the running kernels.

@@ -623,0 +628,0 @@ *

@@ -146,2 +146,9 @@ // Copyright (c) Jupyter Development Team.

/**
* The number of running kernels.
*/
get runningCount(): number {
return this._models.size;
}
/**
* Force a refresh of the running kernels.

@@ -148,0 +155,0 @@ *

Sorry, the diff of this file is too big to display

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