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

@jupyterlab/filebrowser

Package Overview
Dependencies
Maintainers
10
Versions
396
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jupyterlab/filebrowser - npm Package Compare versions

Comparing version 4.1.4 to 4.1.5

10

lib/listing.d.ts

@@ -161,2 +161,12 @@ import { DocumentRegistry } from '@jupyterlab/docregistry';

/**
* Select an item by name.
*
* @param name - The name of the item to select.
* @param focus - Whether to move focus to the selected item.
* @param force - Whether to proceed with selection even if the file was already selected.
*
* @returns A promise that resolves when the name is selected.
*/
private _selectItemByName;
/**
* Handle the DOM events for the directory listing.

@@ -163,0 +173,0 @@ *

22

package.json
{
"name": "@jupyterlab/filebrowser",
"version": "4.1.4",
"version": "4.1.5",
"description": "JupyterLab - FileBrowser Widget",

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

"dependencies": {
"@jupyterlab/apputils": "^4.2.4",
"@jupyterlab/coreutils": "^6.1.4",
"@jupyterlab/docmanager": "^4.1.4",
"@jupyterlab/docregistry": "^4.1.4",
"@jupyterlab/services": "^7.1.4",
"@jupyterlab/statedb": "^4.1.4",
"@jupyterlab/statusbar": "^4.1.4",
"@jupyterlab/translation": "^4.1.4",
"@jupyterlab/ui-components": "^4.1.4",
"@jupyterlab/apputils": "^4.2.5",
"@jupyterlab/coreutils": "^6.1.5",
"@jupyterlab/docmanager": "^4.1.5",
"@jupyterlab/docregistry": "^4.1.5",
"@jupyterlab/services": "^7.1.5",
"@jupyterlab/statedb": "^4.1.5",
"@jupyterlab/statusbar": "^4.1.5",
"@jupyterlab/translation": "^4.1.5",
"@jupyterlab/ui-components": "^4.1.5",
"@lumino/algorithm": "^2.0.1",

@@ -68,3 +68,3 @@ "@lumino/coreutils": "^2.1.2",

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

@@ -71,0 +71,0 @@ "jest": "^29.2.0",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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