Socket
Socket
Sign inDemoInstall

@jupyterlab/translation

Package Overview
Dependencies
Maintainers
10
Versions
236
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jupyterlab/translation - npm Package Compare versions

Comparing version 3.6.6 to 3.6.7

6

lib/server.js

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

translationsUrl || `${settings.appUrl}/${TRANSLATIONS_SETTINGS_URL}/`;
const requestUrl = URLExt.join(settings.baseUrl, translationsUrl, locale);
const translationsBase = URLExt.join(settings.baseUrl, translationsUrl);
const requestUrl = URLExt.join(translationsBase, locale);
if (!requestUrl.startsWith(translationsBase)) {
throw new Error('Can only be used for translations requests');
}
let response;

@@ -24,0 +28,0 @@ try {

10

package.json
{
"name": "@jupyterlab/translation",
"version": "3.6.6",
"version": "3.6.7",
"description": "JupyterLab - Translation services",

@@ -42,9 +42,9 @@ "keywords": [

"dependencies": {
"@jupyterlab/coreutils": "^5.6.6",
"@jupyterlab/services": "^6.6.6",
"@jupyterlab/statedb": "^3.6.6",
"@jupyterlab/coreutils": "^5.6.7",
"@jupyterlab/services": "^6.6.7",
"@jupyterlab/statedb": "^3.6.7",
"@lumino/coreutils": "^1.11.0"
},
"devDependencies": {
"@jupyterlab/testutils": "^3.6.6",
"@jupyterlab/testutils": "^3.6.7",
"@types/jest": "^26.0.10",

@@ -51,0 +51,0 @@ "jest": "^26.4.2",

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