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

@jupyterlab/notebook

Package Overview
Dependencies
Maintainers
10
Versions
395
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jupyterlab/notebook - npm Package Compare versions

Comparing version 4.1.3 to 4.2.0-alpha.0

3

lib/searchprovider.js

@@ -183,2 +183,3 @@ // Copyright (c) Jupyter Development Team.

description: trans.__('Search in the cell outputs.'),
disabledDescription: trans.__('Search in the cell outputs (not available when replace options are shown).'),
default: false,

@@ -388,3 +389,3 @@ supportReplace: false

title: trans.__('Confirmation'),
body: trans.__('Searching outputs is expensive and requires to first rendered all outputs. Are you sure you want to search in the cell outputs?'),
body: trans.__('Searching outputs requires you to run all cells and render their outputs. Are you sure you want to search in the cell outputs?'),
buttons: [

@@ -391,0 +392,0 @@ Dialog.cancelButton({ label: trans.__('Cancel') }),

{
"name": "@jupyterlab/notebook",
"version": "4.1.3",
"version": "4.2.0-alpha.0",
"description": "JupyterLab - Notebook",

@@ -45,19 +45,19 @@ "homepage": "https://github.com/jupyterlab/jupyterlab",

"@jupyter/ydoc": "^1.1.1",
"@jupyterlab/apputils": "^4.2.3",
"@jupyterlab/cells": "^4.1.3",
"@jupyterlab/codeeditor": "^4.1.3",
"@jupyterlab/codemirror": "^4.1.3",
"@jupyterlab/coreutils": "^6.1.3",
"@jupyterlab/docregistry": "^4.1.3",
"@jupyterlab/documentsearch": "^4.1.3",
"@jupyterlab/lsp": "^4.1.3",
"@jupyterlab/nbformat": "^4.1.3",
"@jupyterlab/observables": "^5.1.3",
"@jupyterlab/rendermime": "^4.1.3",
"@jupyterlab/services": "^7.1.3",
"@jupyterlab/settingregistry": "^4.1.3",
"@jupyterlab/statusbar": "^4.1.3",
"@jupyterlab/toc": "^6.1.3",
"@jupyterlab/translation": "^4.1.3",
"@jupyterlab/ui-components": "^4.1.3",
"@jupyterlab/apputils": "^4.3.0-alpha.0",
"@jupyterlab/cells": "^4.2.0-alpha.0",
"@jupyterlab/codeeditor": "^4.2.0-alpha.0",
"@jupyterlab/codemirror": "^4.2.0-alpha.0",
"@jupyterlab/coreutils": "^6.2.0-alpha.0",
"@jupyterlab/docregistry": "^4.2.0-alpha.0",
"@jupyterlab/documentsearch": "^4.2.0-alpha.0",
"@jupyterlab/lsp": "^4.2.0-alpha.0",
"@jupyterlab/nbformat": "^4.2.0-alpha.0",
"@jupyterlab/observables": "^5.2.0-alpha.0",
"@jupyterlab/rendermime": "^4.2.0-alpha.0",
"@jupyterlab/services": "^7.2.0-alpha.0",
"@jupyterlab/settingregistry": "^4.2.0-alpha.0",
"@jupyterlab/statusbar": "^4.2.0-alpha.0",
"@jupyterlab/toc": "^6.2.0-alpha.0",
"@jupyterlab/translation": "^4.2.0-alpha.0",
"@jupyterlab/ui-components": "^4.2.0-alpha.0",
"@lumino/algorithm": "^2.0.1",

@@ -76,3 +76,3 @@ "@lumino/coreutils": "^2.1.2",

"devDependencies": {
"@jupyterlab/testing": "^4.1.3",
"@jupyterlab/testing": "^4.2.0-alpha.0",
"@types/jest": "^29.2.0",

@@ -79,0 +79,0 @@ "jest": "^29.2.0",

@@ -239,2 +239,5 @@ // Copyright (c) Jupyter Development Team.

description: trans.__('Search in the cell outputs.'),
disabledDescription: trans.__(
'Search in the cell outputs (not available when replace options are shown).'
),
default: false,

@@ -525,3 +528,3 @@ supportReplace: false

body: trans.__(
'Searching outputs is expensive and requires to first rendered all outputs. Are you sure you want to search in the cell outputs?'
'Searching outputs requires you to run all cells and render their outputs. Are you sure you want to search in the cell outputs?'
),

@@ -528,0 +531,0 @@ buttons: [

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