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

@jupyterlab/docmanager

Package Overview
Dependencies
Maintainers
8
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 0.15.1 to 0.15.2

2

lib/manager.d.ts

@@ -261,4 +261,4 @@ import { DocumentRegistry } from '@jupyterlab/docregistry';

*/
open(widget: Widget, options?: DocumentRegistry.IOpenOptions): void;
open(widget: DocumentRegistry.IReadyWidget, options?: DocumentRegistry.IOpenOptions): void;
}
}

@@ -46,3 +46,3 @@ import { IDisposable } from '@phosphor/disposable';

*/
adoptWidget(context: DocumentRegistry.Context, widget: Widget): void;
adoptWidget(context: DocumentRegistry.Context, widget: DocumentRegistry.IReadyWidget): void;
/**

@@ -49,0 +49,0 @@ * See if a widget already exists for the given context and widget name.

{
"name": "@jupyterlab/docmanager",
"version": "0.15.1",
"version": "0.15.2",
"description": "JupyterLab - Document Manager",

@@ -32,6 +32,6 @@ "homepage": "https://github.com/jupyterlab/jupyterlab",

"dependencies": {
"@jupyterlab/apputils": "^0.15.1",
"@jupyterlab/coreutils": "^1.0.3",
"@jupyterlab/docregistry": "^0.15.1",
"@jupyterlab/services": "^1.1.1",
"@jupyterlab/apputils": "^0.15.2",
"@jupyterlab/coreutils": "^1.0.4",
"@jupyterlab/docregistry": "^0.15.2",
"@jupyterlab/services": "^1.1.2",
"@phosphor/algorithm": "^1.1.2",

@@ -38,0 +38,0 @@ "@phosphor/coreutils": "^1.3.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