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

@jupyterlab/rendermime-interfaces

Package Overview
Dependencies
Maintainers
34
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.0-beta.1 to 3.8.0-beta.2

10

lib/index.d.ts

@@ -174,3 +174,3 @@ /**

* The icon for the file type. Can either be a string containing the name
* of an existing icon, or an object with {name, svgstr} fields, where
* of an existing icon, or an object with \{name, svgstr\} fields, where
* svgstr is a string containing the raw contents of an svg file.

@@ -206,2 +206,10 @@ */

/**
* Extension description.
*
* #### Notes
* This can be used to provide user documentation on the feature
* brought by the extension.
*/
readonly description?: string;
/**
* A renderer factory to be registered to render the MIME type.

@@ -208,0 +216,0 @@ */

10

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

@@ -34,9 +34,9 @@ "homepage": "https://github.com/jupyterlab/jupyterlab",

"dependencies": {
"@lumino/coreutils": "^2.0.0",
"@lumino/widgets": "^2.0.1"
"@lumino/coreutils": "^2.1.0",
"@lumino/widgets": "^2.1.0"
},
"devDependencies": {
"rimraf": "~3.0.0",
"typedoc": "~0.23.25",
"typescript": "~5.0.2"
"typedoc": "~0.24.1",
"typescript": "~5.0.4"
},

@@ -43,0 +43,0 @@ "publishConfig": {

@@ -205,3 +205,3 @@ /* -----------------------------------------------------------------------------

* The icon for the file type. Can either be a string containing the name
* of an existing icon, or an object with {name, svgstr} fields, where
* of an existing icon, or an object with \{name, svgstr\} fields, where
* svgstr is a string containing the raw contents of an svg file.

@@ -242,2 +242,11 @@ */

/**
* Extension description.
*
* #### Notes
* This can be used to provide user documentation on the feature
* brought by the extension.
*/
readonly description?: string;
/**
* A renderer factory to be registered to render the MIME type.

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