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.3.2 to 0.3.3

2

lib/buttons.js

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

title: 'Overwrite file?',
host: _this.node.parentNode,
host: _this.parent.node,
body: "\"" + file.name + "\" already exists, overwrite?"

@@ -89,0 +89,0 @@ };

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

title: 'Overwrite file?',
host: _this.node.parentNode,
host: _this.parent.node,
body: "\"" + newPath + "\" already exists, overwrite?"

@@ -214,0 +214,0 @@ };

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

title: 'Overwrite file?',
host: _this.node,
host: _this.parent.node,
body: "\"" + newPath + "\" already exists, overwrite?"

@@ -768,3 +768,3 @@ };

title: 'Overwrite file?',
host: _this.node.parentNode,
host: _this.parent.node,
body: "\"" + newPath + "\" already exists, overwrite?"

@@ -771,0 +771,0 @@ };

{
"name": "jupyter-js-filebrowser",
"version": "0.3.2",
"version": "0.3.3",
"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