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.6.1 to 0.6.2

2

lib/session.js

@@ -397,2 +397,3 @@ // Copyright (c) Jupyter Development Team.

return this.delete().then(function () {
_this._options = null;
_this.sessionDied.emit(void 0);

@@ -419,3 +420,2 @@ });

_this._kernel = null;
_this._options = null;
}, function (rejected) {

@@ -422,0 +422,0 @@ if (rejected.xhr.status === 410) {

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