Socket
Socket
Sign inDemoInstall

@jupyterlab/services

Package Overview
Dependencies
Maintainers
9
Versions
387
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 2.0.2 to 2.0.3

6

package.json
{
"name": "@jupyterlab/services",
"version": "2.0.2",
"version": "2.0.3",
"description": "Client APIs for the Jupyter services REST APIs",

@@ -47,4 +47,4 @@ "keywords": [

"dependencies": {
"@jupyterlab/coreutils": "^1.1.2",
"@jupyterlab/observables": "^1.0.9",
"@jupyterlab/coreutils": "^1.1.3",
"@jupyterlab/observables": "^1.0.10",
"@phosphor/algorithm": "^1.1.2",

@@ -51,0 +51,0 @@ "@phosphor/coreutils": "^1.3.0",

@@ -261,6 +261,7 @@ JupyterLab Services

}).then(kernel => {
let comm = kernel.connectToComm('test');
comm.open('initial state');
comm.send('test');
comm.close('bye');
let comm = kernel.connectToComm('test').then(comm => {
comm.open('initial state');
comm.send('test');
comm.close('bye');
});
});

@@ -267,0 +268,0 @@

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