New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.5 to 0.2.6

3

lib/plugin.js

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

text: change.newValue.content };
var editor = _this._editorFactory.create(options);
var editorModel = _this._editorFactory.newViewModel(options);
var editor = _this._editorFactory.newEditor(editorModel);
_this._shell.addToMainArea(editor);

@@ -38,0 +39,0 @@ }

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

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

"istanbul-instrumenter-loader": "^0.1.3",
"jupyter-js-editor": "^0.1.4",
"jupyter-js-editor": "^0.1.5",
"jupyter-js-services": "^0.3.0-alpha",

@@ -35,0 +35,0 @@ "karma": "^0.13.9",

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