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
5
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.6.0 to 0.7.0

2

lib/inputarea.js

@@ -220,3 +220,3 @@ "use strict";

else {
this.node.textContent = "[" + (value || ' ') + "]:";
this.node.textContent = "In [" + (value || ' ') + "]:";
}

@@ -223,0 +223,0 @@ },

@@ -363,2 +363,4 @@ "use strict";

var model = _this.model;
// Code cells should not wrap lines.
_this.editor.wordWrap = false;
// Insert the output before the cell footer.

@@ -445,3 +447,3 @@ var outputWrapper = _this._outputWrapper = new widgets_1.Panel();

case 'executionCount':
this.setPrompt("" + model.executionCount);
this.setPrompt("" + (model.executionCount || ''));
break;

@@ -448,0 +450,0 @@ default:

{
"name": "@jupyterlab/cells",
"version": "0.6.0",
"version": "0.7.0",
"description": "JupyterLab - Notebook Cells",

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

"dependencies": {
"@jupyterlab/codeeditor": "^0.6.0",
"@jupyterlab/codemirror": "^0.6.0",
"@jupyterlab/coreutils": "^0.6.0",
"@jupyterlab/outputarea": "^0.6.0",
"@jupyterlab/rendermime": "^0.6.0",
"@jupyterlab/services": "^0.45.0",
"@phosphor/coreutils": "^1.1.0",
"@phosphor/messaging": "^1.2.0",
"@phosphor/signaling": "^1.2.0",
"@phosphor/widgets": "^1.2.0"
"@jupyterlab/codeeditor": "^0.7.0",
"@jupyterlab/codemirror": "^0.7.0",
"@jupyterlab/coreutils": "^0.7.0",
"@jupyterlab/outputarea": "^0.7.0",
"@jupyterlab/rendermime": "^0.7.0",
"@jupyterlab/services": "^0.46.0",
"@phosphor/coreutils": "^1.1.1",
"@phosphor/messaging": "^1.2.1",
"@phosphor/signaling": "^1.2.1",
"@phosphor/widgets": "^1.3.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