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

@jupyterlab/services

Package Overview
Dependencies
Maintainers
5
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.46.0 to 0.47.0

4

lib/kernel/default.js

@@ -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",

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