New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@jupyterlab/notebook

Package Overview
Dependencies
Maintainers
19
Versions
399
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jupyterlab/notebook - npm Package Compare versions

Comparing version 2.0.0-beta.2 to 2.0.0-beta.3

8

lib/widget.d.ts

@@ -534,15 +534,15 @@ import { ReadonlyPartialJSONValue } from '@lumino/coreutils';

/**
* Handle the `'p-dragenter'` event for the widget.
* Handle the `'lm-dragenter'` event for the widget.
*/
private _evtDragEnter;
/**
* Handle the `'p-dragleave'` event for the widget.
* Handle the `'lm-dragleave'` event for the widget.
*/
private _evtDragLeave;
/**
* Handle the `'p-dragover'` event for the widget.
* Handle the `'lm-dragover'` event for the widget.
*/
private _evtDragOver;
/**
* Handle the `'p-drop'` event for the widget.
* Handle the `'lm-drop'` event for the widget.
*/

@@ -549,0 +549,0 @@ private _evtDrop;

{
"name": "@jupyterlab/notebook",
"version": "2.0.0-beta.2",
"version": "2.0.0-beta.3",
"description": "JupyterLab - Notebook",

@@ -38,17 +38,17 @@ "homepage": "https://github.com/jupyterlab/jupyterlab",

"dependencies": {
"@jupyterlab/apputils": "^2.0.0-beta.2",
"@jupyterlab/cells": "^2.0.0-beta.2",
"@jupyterlab/codeeditor": "^2.0.0-beta.2",
"@jupyterlab/coreutils": "^4.0.0-beta.2",
"@jupyterlab/docregistry": "^2.0.0-beta.2",
"@jupyterlab/nbformat": "^2.0.0-beta.2",
"@jupyterlab/observables": "^3.0.0-beta.2",
"@jupyterlab/rendermime": "^2.0.0-beta.2",
"@jupyterlab/services": "^5.0.0-beta.2",
"@jupyterlab/statusbar": "^2.0.0-beta.2",
"@jupyterlab/ui-components": "^2.0.0-beta.2",
"@jupyterlab/apputils": "^2.0.0-beta.3",
"@jupyterlab/cells": "^2.0.0-beta.3",
"@jupyterlab/codeeditor": "^2.0.0-beta.3",
"@jupyterlab/coreutils": "^4.0.0-beta.3",
"@jupyterlab/docregistry": "^2.0.0-beta.3",
"@jupyterlab/nbformat": "^2.0.0-beta.3",
"@jupyterlab/observables": "^3.0.0-beta.3",
"@jupyterlab/rendermime": "^2.0.0-beta.3",
"@jupyterlab/services": "^5.0.0-beta.3",
"@jupyterlab/statusbar": "^2.0.0-beta.3",
"@jupyterlab/ui-components": "^2.0.0-beta.3",
"@lumino/algorithm": "^1.2.3",
"@lumino/coreutils": "^1.4.2",
"@lumino/domutils": "^1.1.7",
"@lumino/dragdrop": "^1.4.4",
"@lumino/dragdrop": "^1.5.0",
"@lumino/messaging": "^1.3.3",

@@ -58,3 +58,3 @@ "@lumino/properties": "^1.1.6",

"@lumino/virtualdom": "^1.4.0",
"@lumino/widgets": "^1.9.7",
"@lumino/widgets": "^1.10.0",
"react": "~16.9.0"

@@ -70,3 +70,3 @@ },

},
"gitHead": "4e4a0662846a9a987a97808c61593aa997da5b73"
"gitHead": "76b4bca5bd1c02ee0f8afa44f0f258f43e14db36"
}

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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