Socket
Socket
Sign inDemoInstall

@jupyterlab/ui-components

Package Overview
Dependencies
Maintainers
34
Versions
310
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jupyterlab/ui-components - npm Package Compare versions

Comparing version 4.0.0 to 4.0.1

2

lib/hoverbox.js

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

// Make sure the box ought to be visible.
const withinBounds = maxHeight > minHeight &&
const withinBounds = maxHeight >= minHeight &&
(spaceBelow >= minHeight || spaceAbove >= minHeight);

@@ -67,0 +67,0 @@ if (!withinBounds) {

{
"name": "@jupyterlab/ui-components",
"version": "4.0.0",
"version": "4.0.1",
"description": "JupyterLab - UI components written in React",

@@ -44,6 +44,6 @@ "homepage": "https://github.com/jupyterlab/jupyterlab",

"dependencies": {
"@jupyterlab/coreutils": "^6.0.0",
"@jupyterlab/observables": "^5.0.0",
"@jupyterlab/rendermime-interfaces": "^3.8.0",
"@jupyterlab/translation": "^4.0.0",
"@jupyterlab/coreutils": "^6.0.1",
"@jupyterlab/observables": "^5.0.1",
"@jupyterlab/rendermime-interfaces": "^3.8.1",
"@jupyterlab/translation": "^4.0.1",
"@lumino/algorithm": "^2.0.0",

@@ -66,3 +66,3 @@ "@lumino/commands": "^2.1.1",

"devDependencies": {
"@jupyterlab/testing": "^4.0.0",
"@jupyterlab/testing": "^4.0.1",
"@types/jest": "^29.2.0",

@@ -69,0 +69,0 @@ "@types/react": "^18.0.26",

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

const withinBounds =
maxHeight > minHeight &&
maxHeight >= minHeight &&
(spaceBelow >= minHeight || spaceAbove >= minHeight);

@@ -189,0 +189,0 @@

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