Socket
Socket
Sign inDemoInstall

@jupyterlab/ui-components

Package Overview
Dependencies
Maintainers
10
Versions
309
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.1.4 to 4.1.5

4

lib/components/search.js

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

let indices = null;
// The regex for search word boundaries
const rgx = /\b\w/g;
// Look for letters (including in Asian scripts), numbers, and diacritical marks.
const rgx = /[\p{L}\p{N}\p{M}]+/gu;
let continueSearch = true;

@@ -18,0 +18,0 @@ // Search the source by word boundary.

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

if (this.isVisible) {
void this._onResize();
void this._resizer.invoke();
}

@@ -433,0 +433,0 @@ }

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

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

"@jupyter/web-components": "^0.15.2",
"@jupyterlab/coreutils": "^6.1.4",
"@jupyterlab/observables": "^5.1.4",
"@jupyterlab/rendermime-interfaces": "^3.9.4",
"@jupyterlab/translation": "^4.1.4",
"@jupyterlab/coreutils": "^6.1.5",
"@jupyterlab/observables": "^5.1.5",
"@jupyterlab/rendermime-interfaces": "^3.9.5",
"@jupyterlab/translation": "^4.1.5",
"@lumino/algorithm": "^2.0.1",

@@ -68,3 +68,3 @@ "@lumino/commands": "^2.2.0",

"devDependencies": {
"@jupyterlab/testing": "^4.1.4",
"@jupyterlab/testing": "^4.1.5",
"@types/jest": "^29.2.0",

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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