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

@jupyterlab/rendermime-interfaces

Package Overview
Dependencies
Maintainers
10
Versions
336
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jupyterlab/rendermime-interfaces - npm Package Compare versions

Comparing version 3.9.0-beta.0 to 3.9.0-beta.1

4

lib/index.d.ts

@@ -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 @@ /**

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