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.3 to 0.10.4

4

lib/session.js

@@ -455,3 +455,5 @@ // Copyright (c) Jupyter Development Team.

}
this._kernel.dispose();
if (this._kernel) {
this._kernel.dispose();
}
this._options = null;

@@ -458,0 +460,0 @@ delete Private.runningSessions[this._uuid];

{
"name": "jupyter-js-services",
"version": "0.10.3",
"version": "0.10.4",
"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