New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@jupyterlab/application-extension

Package Overview
Dependencies
Maintainers
14
Versions
394
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jupyterlab/application-extension - npm Package Compare versions

Comparing version 0.18.5 to 0.18.6

2

lib/index.js

@@ -187,3 +187,3 @@ "use strict";

const match = treeMatch || workspaceMatch;
const path = decodeURIComponent(match[1]);
const path = decodeURI(match[1]);
const { page, workspaces } = app.info.urls;

@@ -190,0 +190,0 @@ const workspace = coreutils_1.PathExt.basename(app.info.workspace);

{
"name": "@jupyterlab/application-extension",
"version": "0.18.5",
"version": "0.18.6",
"description": "JupyterLab - Application Extension",

@@ -32,3 +32,3 @@ "homepage": "https://github.com/jupyterlab/jupyterlab",

"dependencies": {
"@jupyterlab/application": "^0.18.4",
"@jupyterlab/application": "^0.18.5",
"@jupyterlab/apputils": "^0.18.4",

@@ -35,0 +35,0 @@ "@jupyterlab/coreutils": "^2.1.4",

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