Socket
Socket
Sign inDemoInstall

@jupyterlab/rendermime-interfaces

Package Overview
Dependencies
Maintainers
9
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 1.1.0-1 to 1.1.1

14

lib/index.d.ts

@@ -78,2 +78,8 @@ import { ReadonlyJSONObject } from '@phosphor/coreutils';

readonly defaultFor?: ReadonlyArray<string>;
/**
* The file types for which the factory should be the default for rendering,
* if that is different than the default factory (which may be for editing)
* If undefined, then it will fall back on the default file type.
*/
readonly defaultRendered?: ReadonlyArray<string>;
}

@@ -254,4 +260,10 @@ /**

* Add the link handler to the node.
*
* @param node: the node for which to handle the link.
*
* @param path: the path to open when the link is clicked.
*
* @param id: an optional element id to scroll to when the path is opened.
*/
handleLink(node: HTMLElement, url: string): void;
handleLink(node: HTMLElement, path: string, id?: string): void;
}

@@ -258,0 +270,0 @@ /**

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=index.js.map

2

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

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

Sorry, the diff of this file is not supported yet

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