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.5.9 to 0.5.10

3

lib/notebook/model.js

@@ -7,2 +7,3 @@ var cells_1 = require('../cells');

var input_area_1 = require('../input-area');
var output_area_1 = require('../output-area');
/**

@@ -176,2 +177,4 @@ * The interactivity modes for a notebook.

cell.input = input;
var outputArea = new output_area_1.OutputAreaModel();
cell.output = outputArea;
return cell;

@@ -178,0 +181,0 @@ };

2

package.json
{
"name": "jupyter-js-notebook",
"version": "0.5.9",
"version": "0.5.10",
"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