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.0.10 to 1.1.0-0

10

lib/index.d.ts

@@ -268,2 +268,12 @@ import { ReadonlyJSONObject } from '@phosphor/coreutils';

getDownloadUrl(path: string): Promise<string>;
/**
* Whether the URL should be handled by the resolver
* or not.
*
* #### Notes
* This is similar to the `isLocal` check in `URLExt`,
* but can also perform additional checks on whether the
* resolver should handle a given URL.
*/
isLocal?: (url: string) => boolean;
}

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

8

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

@@ -29,12 +29,12 @@ "homepage": "https://github.com/jupyterlab/jupyterlab",

"prepublishOnly": "npm run build",
"watch": "tsc -w"
"watch": "tsc -w --listEmittedFiles"
},
"dependencies": {
"@phosphor/coreutils": "^1.3.0",
"@phosphor/widgets": "^1.5.0"
"@phosphor/widgets": "^1.6.0"
},
"devDependencies": {
"rimraf": "~2.6.2",
"typescript": "~2.6.2"
"typescript": "~2.9.2"
}
}

@@ -14,2 +14,2 @@ # @jupyterlab/rendermime-interfaces

Examples can be found in [@jupyterlab/vega3-extension](../vega3-extension) and [@jupyterlab/pdf-extension](../pdf-extension).
Examples can be found in [@jupyterlab/vega4-extension](../vega4-extension) and [@jupyterlab/pdf-extension](../pdf-extension).

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