@jupyterlab/filebrowser
Advanced tools
Comparing version 0.18.6 to 0.19.1-alpha.0
@@ -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"; |
{ | ||
"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" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
139794
3
17
+ Added@jupyterlab/apputils@0.19.1(transitive)
+ Added@jupyterlab/codeeditor@0.19.1(transitive)
+ Added@jupyterlab/codemirror@0.19.1(transitive)
+ Added@jupyterlab/docmanager@0.19.1(transitive)
+ Added@jupyterlab/docregistry@0.19.1(transitive)
+ Added@jupyterlab/rendermime@0.19.1(transitive)
+ Added@types/prop-types@15.7.14(transitive)
+ Added@types/react@16.4.18(transitive)
+ Addedansi-styles@3.2.1(transitive)
+ Addedarray-uniq@1.0.3(transitive)
+ Addedchalk@2.4.2(transitive)
+ Addedcolor-convert@1.9.3(transitive)
+ Addedcolor-name@1.1.3(transitive)
+ Addedcsstype@2.6.21(transitive)
+ Addedescape-string-regexp@1.0.5(transitive)
+ Addedhas-flag@3.0.0(transitive)
+ Addedlodash.clonedeep@4.5.0(transitive)
+ Addedlodash.isplainobject@4.0.6(transitive)
+ Addedlodash.isstring@4.0.1(transitive)
+ Addedlodash.mergewith@4.6.2(transitive)
+ Addednumber-is-nan@1.0.1(transitive)
+ Addedpostcss@6.0.23(transitive)
+ Addedsanitize-html@1.18.5(transitive)
+ Addedsource-map@0.6.1(transitive)
+ Addedsrcset@1.0.0(transitive)
+ Addedsupports-color@5.5.0(transitive)
- Removed@jupyterlab/apputils@0.18.4(transitive)
- Removed@jupyterlab/codeeditor@0.18.4(transitive)
- Removed@jupyterlab/codemirror@0.18.4(transitive)
- Removed@jupyterlab/docmanager@0.18.4(transitive)
- Removed@jupyterlab/docregistry@0.18.4(transitive)
- Removed@jupyterlab/rendermime@0.18.4(transitive)
- Removed@types/react@16.0.41(transitive)
- Removedsanitize-html@1.14.3(transitive)
Updated@phosphor/commands@^1.6.1