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.2.1 to 0.2.2

3

lib/plugin.js

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

var jupyter_js_services_1 = require('jupyter-js-services');
var jupyter_js_utils_1 = require('jupyter-js-utils');
var phosphide_1 = require('phosphide');

@@ -22,3 +23,3 @@ var index_1 = require('./index');

FileBrowserHandler.prototype.run = function () {
var baseUrl = 'http://localhost:8888';
var baseUrl = jupyter_js_utils_1.getConfigOption('baseUrl');
var contents = new jupyter_js_services_1.ContentsManager(baseUrl);

@@ -25,0 +26,0 @@ var sessions = new jupyter_js_services_1.NotebookSessionManager({ baseUrl: baseUrl });

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

@@ -9,2 +9,3 @@ "main": "lib/index.js",

"jupyter-js-services": "^0.3.0-alpha",
"jupyter-js-utils": "^0.1.0",
"moment": "^2.10.6",

@@ -24,3 +25,3 @@ "phosphide": "0.0.6",

"phosphor-signaling": "^1.2.0",
"phosphor-widget": "^1.0.0-beta.8"
"phosphor-widget": "^1.0.0-rc.0"
},

@@ -44,6 +45,3 @@ "devDependencies": {

"mocha": "^2.2.5",
"phosphor-command": "^0.5.0",
"phosphor-menus": "^1.0.0-beta.3",
"phosphor-splitpanel": "^1.0.0-rc.0",
"phosphor-widget": "^1.0.0-rc.0",
"rimraf": "^2.4.2",

@@ -58,3 +56,3 @@ "style-loader": "^0.13.0",

"clean": "rimraf docs && rimraf lib && rimraf test/build",
"clean:example": "rimraf example/bundle.js",
"clean:example": "rimraf example/build",
"build:src": "tsc --project src && node scripts/copycss.js",

@@ -61,0 +59,0 @@ "build:test": "tsc --project test",

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