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

jupyter-js-filebrowser

Package Overview
Dependencies
Maintainers
1
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jupyter-js-filebrowser - npm Package Compare versions

Comparing version 0.4.4 to 0.4.5

2

lib/browser.d.ts

@@ -17,3 +17,3 @@ import { IContentsModel } from 'jupyter-js-services';

*/
static widgetFactory(): Widget;
static widgetFactory(path: string): Widget;
/**

@@ -20,0 +20,0 @@ * Construct a new file browser.

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

*/
FileBrowserWidget.widgetFactory = function () {
FileBrowserWidget.widgetFactory = function (path) {
return void 0;

@@ -78,0 +78,0 @@ };

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

if (item.type !== 'directory') {
this._drag.mimeData.setData(FACTORY_MIME, index_1.FileBrowserWidget.widgetFactory);
this._drag.mimeData.setData(FACTORY_MIME, function () {
return index_1.FileBrowserWidget.widgetFactory(item.path);
});
}

@@ -690,0 +692,0 @@ }

{
"name": "jupyter-js-filebrowser",
"version": "0.4.4",
"version": "0.4.5",
"description": "File browser widget for Jupyter",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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