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

@jupyterlab/statusbar

Package Overview
Dependencies
Maintainers
11
Versions
350
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jupyterlab/statusbar - npm Package Compare versions

Comparing version 4.2.0-beta.1 to 4.2.0-beta.2

3

lib/statusbar.d.ts

@@ -14,4 +14,5 @@ import { IDisposable } from '@lumino/disposable';

* @param id - a unique id for the status item.
* @param statusItem - The item to add to the status bar.
*
* @param statusItem - The item to add to the status bar.
* @returns Disposable status bar item
*/

@@ -18,0 +19,0 @@ registerStatusItem(id: string, statusItem: IStatusBar.IItem): IDisposable;

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

* @param id - a unique id for the status item.
* @param statusItem - The item to add to the status bar.
*
* @param statusItem - The item to add to the status bar.
* @returns Disposable status bar item
*/

@@ -43,0 +44,0 @@ registerStatusItem(id, statusItem) {

@@ -13,7 +13,6 @@ import { Token } from '@lumino/coreutils';

*
* @param id - a unique id for the status item.
* @param id a unique id for the status item.
* @param statusItem The options for how to add the status item.
*
* @param options - The options for how to add the status item.
*
* @returns an `IDisposable` that can be disposed to remove the item.
* @returns an {@link IDisposable} that can be disposed to remove the item.
*/

@@ -20,0 +19,0 @@ registerStatusItem(id: string, statusItem: IStatusBar.IItem): IDisposable;

{
"name": "@jupyterlab/statusbar",
"version": "4.2.0-beta.1",
"version": "4.2.0-beta.2",
"description": "JupyterLab statusbar package.",

@@ -32,3 +32,2 @@ "homepage": "https://github.com/jupyterlab/jupyterlab",

"clean": "rimraf lib && rimraf tsconfig.tsbuildinfo",
"docs": "typedoc src",
"test": "jest",

@@ -41,3 +40,3 @@ "test:cov": "jest --collect-coverage",

"dependencies": {
"@jupyterlab/ui-components": "^4.2.0-beta.1",
"@jupyterlab/ui-components": "^4.2.0-beta.2",
"@lumino/algorithm": "^2.0.1",

@@ -52,3 +51,3 @@ "@lumino/coreutils": "^2.1.2",

"devDependencies": {
"@jupyterlab/testing": "^4.2.0-beta.1",
"@jupyterlab/testing": "^4.2.0-beta.2",
"@types/jest": "^29.2.0",

@@ -55,0 +54,0 @@ "jest": "^29.2.0",

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

* @param id - a unique id for the status item.
* @param statusItem - The item to add to the status bar.
*
* @param statusItem - The item to add to the status bar.
* @returns Disposable status bar item
*/

@@ -45,0 +46,0 @@ registerStatusItem(id: string, statusItem: IStatusBar.IItem): IDisposable {

@@ -22,7 +22,6 @@ // Copyright (c) Jupyter Development Team.

*
* @param id - a unique id for the status item.
* @param id a unique id for the status item.
* @param statusItem The options for how to add the status item.
*
* @param options - The options for how to add the status item.
*
* @returns an `IDisposable` that can be disposed to remove the item.
* @returns an {@link IDisposable} that can be disposed to remove the item.
*/

@@ -29,0 +28,0 @@ registerStatusItem(id: string, statusItem: IStatusBar.IItem): IDisposable;

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