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

@jupyterlite/kernel

Package Overview
Dependencies
Maintainers
3
Versions
77
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jupyterlite/kernel - npm Package Compare versions

Comparing version 0.1.0-beta.16 to 0.1.0-beta.17

2

lib/kernels.js

@@ -49,2 +49,3 @@ import { ObservableMap } from '@jupyterlab/observables';

await mutex.runExclusive(async () => {
await kernel.ready;
await kernel.handleMessage(msg);

@@ -122,3 +123,2 @@ });

});
await kernel.ready;
this._kernels.set(kernelId, kernel);

@@ -125,0 +125,0 @@ this._kernelClients.set(kernelId, new Set());

{
"name": "@jupyterlite/kernel",
"version": "0.1.0-beta.16",
"version": "0.1.0-beta.17",
"description": "JupyterLite - Kernel",

@@ -45,5 +45,5 @@ "homepage": "https://github.com/jupyterlite/jupyterlite",

"dependencies": {
"@jupyterlab/coreutils": "~5.5.1",
"@jupyterlab/observables": "~4.5.1",
"@jupyterlab/services": "~6.5.1",
"@jupyterlab/coreutils": "~5.5.2",
"@jupyterlab/observables": "~4.5.2",
"@jupyterlab/services": "~6.5.2",
"@lumino/coreutils": "^1.12.0",

@@ -59,3 +59,3 @@ "@lumino/disposable": "^1.10.1",

"@babel/preset-env": "^7.12.1",
"@jupyterlab/testutils": "~3.5.1",
"@jupyterlab/testutils": "~3.5.2",
"@types/jest": "^26.0.10",

@@ -62,0 +62,0 @@ "jest": "^26.4.2",

Sorry, the diff of this file is not supported yet

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