@jupyterlab/services
Advanced tools
Comparing version 0.46.0 to 0.47.0
@@ -651,4 +651,4 @@ "use strict"; | ||
// Strip any authentication from the display string. | ||
var parsed = coreutils_1.URLExt.parse(partialUrl); | ||
console.log('Starting websocket', parsed.host); | ||
var display = partialUrl.replace(/^((?:\w+:)?\/\/)(?:[^@\/]+@)/, '$1'); | ||
console.log('Starting WebSocket:', display); | ||
var url = coreutils_1.URLExt.join(partialUrl, 'channels?session_id=' + encodeURIComponent(this._clientId)); | ||
@@ -655,0 +655,0 @@ // If token authentication is in use. |
{ | ||
"name": "@jupyterlab/services", | ||
"version": "0.46.0", | ||
"version": "0.47.0", | ||
"description": "Client APIs for the Jupyter services REST APIs", | ||
@@ -8,5 +8,5 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@jupyterlab/coreutils": "^0.7.0", | ||
"@jupyterlab/coreutils": "^0.8.0", | ||
"@phosphor/algorithm": "^1.1.1", | ||
"@phosphor/coreutils": "^1.1.1", | ||
"@phosphor/coreutils": "^1.2.0", | ||
"@phosphor/disposable": "^1.1.1", | ||
@@ -26,3 +26,3 @@ "@phosphor/signaling": "^1.2.1", | ||
"text-encoding": "^0.5.2", | ||
"typescript": "^2.2.1", | ||
"typescript": "~2.3.1", | ||
"webpack": "^2.2.1", | ||
@@ -29,0 +29,0 @@ "ws": "^1.1.1", |
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
371944
+ Added@jupyterlab/coreutils@0.8.1(transitive)
+ Addedajv@5.5.2(transitive)
+ Addedco@4.6.0(transitive)
+ Addedfast-deep-equal@1.1.0(transitive)
+ Addedfast-json-stable-stringify@2.1.0(transitive)
+ Addedjson-schema-traverse@0.3.1(transitive)
- Removed@jupyterlab/coreutils@0.7.1(transitive)
Updated@jupyterlab/coreutils@^0.8.0
Updated@phosphor/coreutils@^1.2.0