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

@jupyterlab/filebrowser

Package Overview
Dependencies
Maintainers
14
Versions
396
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jupyterlab/filebrowser - npm Package Compare versions

Comparing version 0.18.6 to 0.19.1-alpha.0

0

lib/browser.d.ts

@@ -0,0 +0,0 @@ import { Toolbar } from '@jupyterlab/apputils';

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

@@ -0,0 +0,0 @@ import { Message } from '@phosphor/messaging';

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

@@ -0,0 +0,0 @@ import { InstanceTracker } from '@jupyterlab/apputils';

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

@@ -0,0 +0,0 @@ import '../style/index.css';

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

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

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

@@ -0,0 +0,0 @@ import { IChangedArgs, IStateDB } from '@jupyterlab/coreutils';

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

@@ -0,0 +0,0 @@ import { ToolbarButton } from '@jupyterlab/apputils';

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

25

package.json
{
"name": "@jupyterlab/filebrowser",
"version": "0.18.6",
"version": "0.19.1-alpha.0",
"description": "JupyterLab - FileBrowser Widget",

@@ -27,15 +27,16 @@ "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/docmanager": "^0.18.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/docmanager": "^0.19.1-alpha.0",
"@jupyterlab/docregistry": "^0.19.1-alpha.0",
"@jupyterlab/services": "^3.2.1-alpha.0",
"@phosphor/algorithm": "^1.1.2",
"@phosphor/commands": "^1.5.0",
"@phosphor/commands": "^1.6.1",
"@phosphor/coreutils": "^1.3.0",

@@ -51,4 +52,6 @@ "@phosphor/disposable": "^1.1.2",

"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