Socket
Socket
Sign inDemoInstall

@jupyterlab/rendermime-interfaces

Package Overview
Dependencies
Maintainers
7
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 0.4.3 to 1.0.0

13

lib/index.d.ts

@@ -97,2 +97,6 @@ import { ReadonlyJSONObject } from '@phosphor/coreutils';

/**
* An optional display name for the file type.
*/
readonly displayName?: string;
/**
* An optional pattern for a file name (e.g. `^Dockerfile$`).

@@ -132,3 +136,4 @@ */

/**
* The rank passed to `RenderMime.addFactory`.
* The rank passed to `RenderMime.addFactory`. If not given,
* defaults to the `defaultRank` of the factory.
*/

@@ -200,2 +205,6 @@ readonly rank?: number;

/**
* The default rank of the factory. If not given, defaults to 100.
*/
readonly defaultRank?: number;
/**
* Create a renderer which displays the mime data.

@@ -230,3 +239,3 @@ *

*/
latexTypesetter: ILatexTypesetter;
latexTypesetter: ILatexTypesetter | null;
}

@@ -233,0 +242,0 @@ /**

2

package.json
{
"name": "@jupyterlab/rendermime-interfaces",
"version": "0.4.3",
"version": "1.0.0",
"description": "JupyterLab - Interfaces for Mime Renderers",

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

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