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

@jupyterlab/statusbar

Package Overview
Dependencies
Maintainers
20
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 2.0.0 to 2.0.1

5

lib/style/statusbar.js

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

marginRight: vars.itemMargin,
height: vars.height
height: vars.height,
whiteSpace: vars.whiteSpace,
textOverflow: vars.textOverflow,
color: vars.textColor
}, itemPadding);

@@ -43,0 +46,0 @@ export const clickedItem = style(clicked);

2

lib/style/variables.d.ts

@@ -14,3 +14,5 @@ declare const _default: {

interItemHalfSpacing: string;
whiteSpace: import("csstype").WhiteSpaceProperty;
textOverflow: string;
};
export default _default;

@@ -1,3 +0,1 @@

// Copyright (c) Jupyter Development Team.
// Distributed under the terms of the Modified BSD License.
export default {

@@ -15,4 +13,6 @@ hoverColor: 'var(--jp-layout-color3)',

statusBarPadding: '10px',
interItemHalfSpacing: '2px' // this amount accounts for half the spacing between items
interItemHalfSpacing: '2px',
whiteSpace: 'nowrap',
textOverflow: 'ellipsis'
};
//# sourceMappingURL=variables.js.map
{
"name": "@jupyterlab/statusbar",
"version": "2.0.0",
"version": "2.0.1",
"description": "JupyterLab statusbar package.",

@@ -34,7 +34,7 @@ "homepage": "https://github.com/jupyterlab/jupyterlab",

"dependencies": {
"@jupyterlab/apputils": "^2.0.0",
"@jupyterlab/codeeditor": "^2.0.0",
"@jupyterlab/coreutils": "^4.0.0",
"@jupyterlab/services": "^5.0.0",
"@jupyterlab/ui-components": "^2.0.0",
"@jupyterlab/apputils": "^2.0.1",
"@jupyterlab/codeeditor": "^2.0.1",
"@jupyterlab/coreutils": "^4.0.1",
"@jupyterlab/services": "^5.0.1",
"@jupyterlab/ui-components": "^2.0.1",
"@lumino/algorithm": "^1.2.3",

@@ -47,2 +47,3 @@ "@lumino/coreutils": "^1.4.2",

"@lumino/widgets": "^1.11.1",
"csstype": "~2.6.9",
"react": "~16.9.0",

@@ -58,3 +59,3 @@ "typestyle": "^2.0.4"

},
"gitHead": "757e5cb736ed60716fb9e8de5ad07ddae6fd6126"
"gitHead": "f6b15daa707364b5e59384920a3849650972e473"
}

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