New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@jupyterlab/cells

Package Overview
Dependencies
Maintainers
4
Versions
394
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jupyterlab/cells - npm Package Compare versions

Comparing version 0.4.0 to 0.5.0

6

lib/inputarea.js

@@ -102,6 +102,6 @@ "use strict";

if (this._rendered) {
layout.removeWidget(this._rendered);
this._rendered.parent = null;
}
else {
layout.removeWidget(this._editor);
this._editor.parent = null;
}

@@ -117,3 +117,3 @@ this._rendered = widget;

if (this._rendered) {
layout.removeWidget(this._rendered);
this._rendered.parent = null;
layout.addWidget(this._editor);

@@ -120,0 +120,0 @@ }

{
"name": "@jupyterlab/cells",
"version": "0.4.0",
"version": "0.5.0",
"description": "JupyterLab - Notebook Cells",

@@ -16,12 +16,12 @@ "main": "lib/index.js",

"dependencies": {
"@jupyterlab/codeeditor": "^0.4.0",
"@jupyterlab/codemirror": "^0.4.0",
"@jupyterlab/coreutils": "^0.4.0",
"@jupyterlab/outputarea": "^0.4.0",
"@jupyterlab/rendermime": "^0.4.0",
"@jupyterlab/services": "^0.43.0",
"@phosphor/coreutils": "^1.0.0",
"@phosphor/messaging": "^1.0.0",
"@phosphor/signaling": "^1.0.0",
"@phosphor/widgets": "^1.0.0"
"@jupyterlab/codeeditor": "^0.5.0",
"@jupyterlab/codemirror": "^0.5.0",
"@jupyterlab/coreutils": "^0.5.0",
"@jupyterlab/outputarea": "^0.5.0",
"@jupyterlab/rendermime": "^0.5.0",
"@jupyterlab/services": "^0.44.0",
"@phosphor/coreutils": "^1.1.0",
"@phosphor/messaging": "^1.2.0",
"@phosphor/signaling": "^1.2.0",
"@phosphor/widgets": "^1.2.0"
},

@@ -28,0 +28,0 @@ "devDependencies": {

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