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

@jupyterlab/services

Package Overview
Dependencies
Maintainers
3
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 0.33.0 to 0.33.1

2

lib/kernel/default.js

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

}
console.log("new websocket", url);
console.log('Starting websocket', display);
this._connectionPromise = new utils.PromiseDelegate();

@@ -632,0 +632,0 @@ this._ws = new WebSocket(url);

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

this._ajaxSettings = JSON.stringify(utils.ajaxSettingsWithToken(options.ajaxSettings || {}, options.token));
console.log(this._ajaxSettings);
this._token = options.token || utils.getConfigOption('token');

@@ -42,0 +41,0 @@ Private.runningSessions.pushBack(this);

{
"name": "@jupyterlab/services",
"version": "0.33.0",
"version": "0.33.1",
"description": "Client APIs for the Jupyter services REST APIs",

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

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

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