@jupyterlab/services
Advanced tools
Comparing version 0.33.0 to 0.33.1
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
727291
21341