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

@jupyterlab/statusbar

Package Overview
Dependencies
Maintainers
34
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.1.0-alpha.2 to 4.1.0-alpha.3

2

lib/components/progressBar.js

@@ -10,3 +10,3 @@ // Copyright (c) Jupyter Development Team.

return (React.createElement("div", { className: 'jp-Statusbar-ProgressBar-progress-bar', role: "progressbar", "aria-valuemin": 0, "aria-valuemax": 100, "aria-valuenow": percentage },
React.createElement(Filler, { ...{ percentage, ...rest }, contentWidth: width })));
React.createElement(Filler, { percentage, ...rest, contentWidth: width })));
}

@@ -13,0 +13,0 @@ /**

{
"name": "@jupyterlab/statusbar",
"version": "4.1.0-alpha.2",
"version": "4.1.0-alpha.3",
"description": "JupyterLab statusbar package.",

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

"dependencies": {
"@jupyterlab/ui-components": "^4.1.0-alpha.2",
"@jupyterlab/ui-components": "^4.1.0-alpha.3",
"@lumino/algorithm": "^2.0.1",

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

"devDependencies": {
"@jupyterlab/testing": "^4.1.0-alpha.2",
"@jupyterlab/testing": "^4.1.0-alpha.3",
"@types/jest": "^29.2.0",
"jest": "^29.2.0",
"rimraf": "~3.0.0",
"typescript": "~5.0.4"
"rimraf": "~5.0.5",
"typescript": "~5.1.6"
},

@@ -58,0 +58,0 @@ "publishConfig": {

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