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

jupyter-js-notebook

Package Overview
Dependencies
Maintainers
2
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jupyter-js-notebook - npm Package Compare versions

Comparing version 0.19.0 to 0.19.1

4

lib/cells/widget.js

@@ -198,5 +198,5 @@ // Copyright (c) Jupyter Development Team.

text = sanitizer_1.sanitize(text);
var bundle = { 'application/vnd.jupyter.markdown': text };
var bundle = { 'text/markdown': text };
this._rendered.dispose();
this._rendered = this._rendermime.render(bundle);
this._rendered = this._rendermime.render(bundle) || new phosphor_widget_1.Widget();
this._rendered.addClass(RENDERER_CLASS);

@@ -203,0 +203,0 @@ this.layout.addChild(this._rendered);

{
"name": "jupyter-js-notebook",
"version": "0.19.0",
"version": "0.19.1",
"description": "Notebook widget for JupyterLab",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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