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

@jupyterlab/docregistry

Package Overview
Dependencies
Maintainers
10
Versions
387
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jupyterlab/docregistry - npm Package Compare versions

Comparing version 4.4.0-alpha.2 to 4.4.0-alpha.3

2

lib/default.d.ts

@@ -268,3 +268,3 @@ import { MainAreaWidget } from '@jupyterlab/apputils';

get contentProviderId(): string | undefined;
set contentProviderId(value: string);
set contentProviderId(value: string | undefined);
/**

@@ -271,0 +271,0 @@ * Create a widget for a context.

{
"name": "@jupyterlab/docregistry",
"version": "4.4.0-alpha.2",
"version": "4.4.0-alpha.3",
"description": "JupyterLab - Document Registry",

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

"@jupyter/ydoc": "^3.0.0",
"@jupyterlab/apputils": "^4.5.0-alpha.2",
"@jupyterlab/codeeditor": "^4.4.0-alpha.2",
"@jupyterlab/coreutils": "^6.4.0-alpha.2",
"@jupyterlab/observables": "^5.4.0-alpha.2",
"@jupyterlab/rendermime": "^4.4.0-alpha.2",
"@jupyterlab/rendermime-interfaces": "^3.12.0-alpha.2",
"@jupyterlab/services": "^7.4.0-alpha.2",
"@jupyterlab/translation": "^4.4.0-alpha.2",
"@jupyterlab/ui-components": "^4.4.0-alpha.2",
"@jupyterlab/apputils": "^4.5.0-alpha.3",
"@jupyterlab/codeeditor": "^4.4.0-alpha.3",
"@jupyterlab/coreutils": "^6.4.0-alpha.3",
"@jupyterlab/observables": "^5.4.0-alpha.3",
"@jupyterlab/rendermime": "^4.4.0-alpha.3",
"@jupyterlab/rendermime-interfaces": "^3.12.0-alpha.3",
"@jupyterlab/services": "^7.4.0-alpha.3",
"@jupyterlab/translation": "^4.4.0-alpha.3",
"@jupyterlab/ui-components": "^4.4.0-alpha.3",
"@lumino/algorithm": "^2.0.2",

@@ -65,3 +65,3 @@ "@lumino/coreutils": "^2.2.0",

"devDependencies": {
"@jupyterlab/testing": "^4.4.0-alpha.2",
"@jupyterlab/testing": "^4.4.0-alpha.3",
"@types/jest": "^29.2.0",

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

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

}
set contentProviderId(value: string) {
set contentProviderId(value: string | undefined) {
if (this._contentProviderId && value !== this._contentProviderId) {

@@ -504,0 +504,0 @@ throw Error(

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