Socket
Socket
Sign inDemoInstall

@jupyterlab/ui-components

Package Overview
Dependencies
Maintainers
10
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.2.0-beta.2 to 4.2.0-beta.3

2

lib/components/search.js

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

};
return (React.createElement(Search, { className: "jp-FilterBox", ref: props.inputRef, value: filter, onChange: handleChange, placeholder: props.placeholder, disabled: props.disabled },
return (React.createElement(Search, { className: "jp-FilterBox", ref: props.inputRef, value: filter, onChange: handleChange, onInput: handleChange, placeholder: props.placeholder, disabled: props.disabled },
React.createElement(searchIcon.react, { slot: "end", tag: null })));

@@ -96,0 +96,0 @@ };

{
"name": "@jupyterlab/ui-components",
"version": "4.2.0-beta.2",
"version": "4.2.0-beta.3",
"description": "JupyterLab - UI components written in React",

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

"@jupyter/web-components": "^0.15.3",
"@jupyterlab/coreutils": "^6.2.0-beta.2",
"@jupyterlab/observables": "^5.2.0-beta.2",
"@jupyterlab/rendermime-interfaces": "^3.10.0-beta.2",
"@jupyterlab/translation": "^4.2.0-beta.2",
"@jupyterlab/coreutils": "^6.2.0-beta.3",
"@jupyterlab/observables": "^5.2.0-beta.3",
"@jupyterlab/rendermime-interfaces": "^3.10.0-beta.3",
"@jupyterlab/translation": "^4.2.0-beta.3",
"@lumino/algorithm": "^2.0.1",

@@ -67,3 +67,3 @@ "@lumino/commands": "^2.3.0",

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

@@ -70,0 +70,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

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