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

@jupyterlab/docmanager

Package Overview
Dependencies
Maintainers
34
Versions
384
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.0.0-alpha.17 to 4.0.0-alpha.18

6

lib/manager.d.ts
import { ISessionContext } from '@jupyterlab/apputils';
import { IChangedArgs } from '@jupyterlab/coreutils';
import { IDocumentProviderFactory } from '@jupyterlab/docprovider';
import { DocumentRegistry, IDocumentWidget } from '@jupyterlab/docregistry';

@@ -284,3 +283,2 @@ import { Contents, Kernel, ServiceManager } from '@jupyterlab/services';

private _dialogs;
private _docProviderFactory;
private _isConnectedCallback;

@@ -326,6 +324,2 @@ private _stateChanged;

/**
* A factory method for the document provider.
*/
docProviderFactory?: IDocumentProviderFactory;
/**
* Autosaving should be paused while this callback function returns `false`.

@@ -332,0 +326,0 @@ * By default, it always returns `true`.

2

lib/manager.js

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

this._dialogs = options.sessionDialogs || sessionContextDialogs;
this._docProviderFactory = options.docProviderFactory;
this._isConnectedCallback = options.isConnectedCallback || (() => true);

@@ -482,3 +481,2 @@ this._opener = options.opener;

sessionDialogs: this._dialogs,
docProviderFactory: this._docProviderFactory,
lastModifiedCheckMargin: this._lastModifiedCheckMargin,

@@ -485,0 +483,0 @@ translator: this.translator

21

package.json
{
"name": "@jupyterlab/docmanager",
"version": "4.0.0-alpha.17",
"version": "4.0.0-alpha.18",
"description": "JupyterLab - Document Manager",

@@ -44,10 +44,9 @@ "homepage": "https://github.com/jupyterlab/jupyterlab",

"dependencies": {
"@jupyterlab/apputils": "^4.0.0-alpha.17",
"@jupyterlab/coreutils": "^6.0.0-alpha.17",
"@jupyterlab/docprovider": "^4.0.0-alpha.17",
"@jupyterlab/docregistry": "^4.0.0-alpha.17",
"@jupyterlab/services": "^7.0.0-alpha.17",
"@jupyterlab/statusbar": "^4.0.0-alpha.17",
"@jupyterlab/translation": "^4.0.0-alpha.17",
"@jupyterlab/ui-components": "^4.0.0-alpha.32",
"@jupyterlab/apputils": "^4.0.0-alpha.18",
"@jupyterlab/coreutils": "^6.0.0-alpha.18",
"@jupyterlab/docregistry": "^4.0.0-alpha.18",
"@jupyterlab/services": "^7.0.0-alpha.18",
"@jupyterlab/statusbar": "^4.0.0-alpha.18",
"@jupyterlab/translation": "^4.0.0-alpha.18",
"@jupyterlab/ui-components": "^4.0.0-alpha.33",
"@lumino/algorithm": "^2.0.0-alpha.6",

@@ -60,6 +59,6 @@ "@lumino/coreutils": "^2.0.0-alpha.6",

"@lumino/widgets": "^2.0.0-alpha.6",
"react": "^17.0.1"
"react": "^18.2.0"
},
"devDependencies": {
"@jupyterlab/testing": "^4.0.0-alpha.17",
"@jupyterlab/testing": "^4.0.0-alpha.18",
"@types/jest": "^29.2.0",

@@ -66,0 +65,0 @@ "rimraf": "~3.0.0",

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