@jupyterlab/rendermime-interfaces
Advanced tools
Comparing version 3.9.0-beta.0 to 3.9.0-beta.1
@@ -425,2 +425,4 @@ /** | ||
* | ||
* @param allowRoot - Whether the paths starting at Unix-style filesystem root (`/`) are permitted. | ||
* | ||
* #### Notes | ||
@@ -431,3 +433,3 @@ * This is similar to the `isLocal` check in `URLExt`, | ||
*/ | ||
isLocal?: (url: string) => boolean; | ||
isLocal?: (url: string, allowRoot?: boolean) => boolean; | ||
/** | ||
@@ -434,0 +436,0 @@ * Resolve a path from Jupyter kernel to a path: |
{ | ||
"name": "@jupyterlab/rendermime-interfaces", | ||
"version": "3.9.0-beta.0", | ||
"version": "3.9.0-beta.1", | ||
"description": "JupyterLab - Interfaces for Mime Renderers", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/jupyterlab/jupyterlab", |
@@ -491,2 +491,4 @@ /* ----------------------------------------------------------------------------- | ||
* | ||
* @param allowRoot - Whether the paths starting at Unix-style filesystem root (`/`) are permitted. | ||
* | ||
* #### Notes | ||
@@ -497,3 +499,3 @@ * This is similar to the `isLocal` check in `URLExt`, | ||
*/ | ||
isLocal?: (url: string) => boolean; | ||
isLocal?: (url: string, allowRoot?: boolean) => boolean; | ||
@@ -500,0 +502,0 @@ /** |
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
41086
1225
46