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

jupyter-js-notebook

Package Overview
Dependencies
Maintainers
1
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.3.0 to 0.3.1

4

lib/widget.d.ts

@@ -37,4 +37,8 @@ import { IChangedArgs } from 'phosphor-properties';

dispose(): void;
/**
* Get the model for the widget
*/
model: INotebookModel;
private _model;
private _listdispose;
}

@@ -126,2 +126,12 @@ // Copyright (c) Jupyter Development Team.

};
Object.defineProperty(NotebookWidget.prototype, "model", {
/**
* Get the model for the widget
*/
get: function () {
return this._model;
},
enumerable: true,
configurable: true
});
return NotebookWidget;

@@ -128,0 +138,0 @@ })(phosphor_panel_1.Panel);

2

package.json
{
"name": "jupyter-js-notebook",
"version": "0.3.0",
"version": "0.3.1",
"description": "Notebook widget for Jupyter",

@@ -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