Socket
Socket
Sign inDemoInstall

@jupyterlab/rendermime-interfaces

Package Overview
Dependencies
Maintainers
10
Versions
331
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.1 to 3.9.0-beta.2

4

lib/index.d.ts

@@ -459,6 +459,6 @@ /**

/**
* Render a markdown source.
* Render a markdown source into unsanitized HTML.
*
* @param source - The string to render.
* @returns - A promise of the string.
* @returns - A promise of the string containing HTML which may require sanitization.
*/

@@ -465,0 +465,0 @@ render(source: string): Promise<string>;

{
"name": "@jupyterlab/rendermime-interfaces",
"version": "3.9.0-beta.1",
"version": "3.9.0-beta.2",
"description": "JupyterLab - Interfaces for Mime Renderers",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/jupyterlab/jupyterlab",

@@ -528,6 +528,6 @@ /* -----------------------------------------------------------------------------

/**
* Render a markdown source.
* Render a markdown source into unsanitized HTML.
*
* @param source - The string to render.
* @returns - A promise of the string.
* @returns - A promise of the string containing HTML which may require sanitization.
*/

@@ -534,0 +534,0 @@ render(source: string): Promise<string>;

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