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

jupyter-js-services

Package Overview
Dependencies
Maintainers
2
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jupyter-js-services - npm Package Compare versions

Comparing version 0.10.2 to 0.10.3

3

lib/kernel.js

@@ -1429,2 +1429,5 @@ // Copyright (c) Jupyter Development Team.

Comm.prototype.dispose = function () {
if (this.isDisposed) {
return;
}
this._onClose = null;

@@ -1431,0 +1434,0 @@ this._onMsg = null;

@@ -452,2 +452,5 @@ // Copyright (c) Jupyter Development Team.

NotebookSession.prototype.dispose = function () {
if (this.isDisposed) {
return;
}
this._kernel.dispose();

@@ -454,0 +457,0 @@ this._options = null;

2

package.json
{
"name": "jupyter-js-services",
"version": "0.10.2",
"version": "0.10.3",
"description": "Client APIs for the Jupyter services REST APIs",

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

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