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.8.10 to 3.8.11

4

lib/index.d.ts

@@ -427,6 +427,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.
*/

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

{
"name": "@jupyterlab/rendermime-interfaces",
"version": "3.8.10",
"version": "3.8.11",
"description": "JupyterLab - Interfaces for Mime Renderers",

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

@@ -489,6 +489,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.
*/

@@ -495,0 +495,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