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

@jupyterlab/docmanager

Package Overview
Dependencies
Maintainers
10
Versions
379
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jupyterlab/docmanager - npm Package Compare versions

Comparing version 4.2.0-beta.1 to 4.2.0-beta.2

2

lib/pathstatus.d.ts

@@ -28,3 +28,3 @@ import { VDomModel, VDomRenderer } from '@jupyterlab/ui-components';

*
* @param docManager: the application document manager. Used to check
* @param docManager the application document manager. Used to check
* whether the current widget is a document.

@@ -31,0 +31,0 @@ */

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

*
* @param docManager: the application document manager. Used to check
* @param docManager the application document manager. Used to check
* whether the current widget is a document.

@@ -49,0 +49,0 @@ */

@@ -197,2 +197,3 @@ /*

}
this._recentsChanged.emit(undefined);
}

@@ -199,0 +200,0 @@ /**

{
"name": "@jupyterlab/docmanager",
"version": "4.2.0-beta.1",
"version": "4.2.0-beta.2",
"description": "JupyterLab - Document Manager",

@@ -37,3 +37,2 @@ "homepage": "https://github.com/jupyterlab/jupyterlab",

"clean": "rimraf lib && rimraf tsconfig.tsbuildinfo",
"docs": "typedoc src",
"test": "jest",

@@ -46,10 +45,10 @@ "test:cov": "jest --collect-coverage",

"dependencies": {
"@jupyterlab/apputils": "^4.3.0-beta.1",
"@jupyterlab/coreutils": "^6.2.0-beta.1",
"@jupyterlab/docregistry": "^4.2.0-beta.1",
"@jupyterlab/services": "^7.2.0-beta.1",
"@jupyterlab/statedb": "^4.2.0-beta.1",
"@jupyterlab/statusbar": "^4.2.0-beta.1",
"@jupyterlab/translation": "^4.2.0-beta.1",
"@jupyterlab/ui-components": "^4.2.0-beta.1",
"@jupyterlab/apputils": "^4.3.0-beta.2",
"@jupyterlab/coreutils": "^6.2.0-beta.2",
"@jupyterlab/docregistry": "^4.2.0-beta.2",
"@jupyterlab/services": "^7.2.0-beta.2",
"@jupyterlab/statedb": "^4.2.0-beta.2",
"@jupyterlab/statusbar": "^4.2.0-beta.2",
"@jupyterlab/translation": "^4.2.0-beta.2",
"@jupyterlab/ui-components": "^4.2.0-beta.2",
"@lumino/algorithm": "^2.0.1",

@@ -66,7 +65,6 @@ "@lumino/coreutils": "^2.1.2",

"devDependencies": {
"@jupyterlab/testing": "^4.2.0-beta.1",
"@jupyterlab/testing": "^4.2.0-beta.2",
"@types/jest": "^29.2.0",
"jest": "^29.2.0",
"rimraf": "~5.0.5",
"typedoc": "~0.24.7",
"typescript": "~5.1.6"

@@ -73,0 +71,0 @@ },

@@ -221,2 +221,3 @@ /*

}
this._recentsChanged.emit(undefined);
}

@@ -223,0 +224,0 @@

Sorry, the diff of this file is not supported yet

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