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

@jupyterlab/docmanager

Package Overview
Dependencies
Maintainers
14
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.18.4 to 0.19.1-alpha.0

0

lib/dialogs.d.ts

@@ -0,0 +0,0 @@ import { Contents } from '@jupyterlab/services';

3

lib/dialogs.js

@@ -26,2 +26,5 @@ "use strict";

}).then(result => {
if (!result.value) {
return;
}
if (!isValidFileName(result.value)) {

@@ -28,0 +31,0 @@ apputils_1.showErrorMessage('Rename Error', Error(`"${result.value}" is not a valid name for a file. ` +

@@ -0,0 +0,0 @@ export * from './dialogs';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { DocumentRegistry, IDocumentWidget } from '@jupyterlab/docregistry';

@@ -0,0 +0,0 @@ "use strict";

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

@@ -0,0 +0,0 @@ "use strict";

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

@@ -0,0 +0,0 @@ "use strict";

21

package.json
{
"name": "@jupyterlab/docmanager",
"version": "0.18.4",
"version": "0.19.1-alpha.0",
"description": "JupyterLab - Document Manager",

@@ -26,12 +26,13 @@ "homepage": "https://github.com/jupyterlab/jupyterlab",

"scripts": {
"build": "tsc",
"build": "tsc -b src",
"clean": "rimraf lib",
"docs": "typedoc --options tdoptions.json --theme ../../typedoc-theme src",
"prepublishOnly": "npm run build",
"watch": "tsc -w --listEmittedFiles"
"watch": "tsc -b src --watch"
},
"dependencies": {
"@jupyterlab/apputils": "^0.18.4",
"@jupyterlab/coreutils": "^2.1.4",
"@jupyterlab/docregistry": "^0.18.4",
"@jupyterlab/services": "^3.1.4",
"@jupyterlab/apputils": "^0.19.1-alpha.0",
"@jupyterlab/coreutils": "^2.2.1-alpha.0",
"@jupyterlab/docregistry": "^0.19.1-alpha.0",
"@jupyterlab/services": "^3.2.1-alpha.0",
"@phosphor/algorithm": "^1.1.2",

@@ -47,4 +48,6 @@ "@phosphor/coreutils": "^1.3.0",

"rimraf": "~2.6.2",
"typescript": "~2.9.2"
}
"typedoc": "~0.12.0",
"typescript": "~3.1.1"
},
"gitHead": "9d6193d318872a4a3600ee96fe6f3996312ffe07"
}
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