Socket
Socket
Sign inDemoInstall

@jupyterlab/translation

Package Overview
Dependencies
Maintainers
24
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.0.0-beta.5 to 3.0.0-beta.6

2

lib/tokens.js

@@ -15,3 +15,3 @@ /* ----------------------------------------------------------------------------

async fetch(opts) {
return requestTranslationsAPI(opts.language, this._translationsUrl);
return requestTranslationsAPI(this._translationsUrl, opts.language);
}

@@ -18,0 +18,0 @@ }

{
"name": "@jupyterlab/translation",
"version": "3.0.0-beta.5",
"version": "3.0.0-beta.6",
"description": "JupyterLab - Translation services",

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

"dependencies": {
"@jupyterlab/coreutils": "^5.0.0-beta.5",
"@jupyterlab/services": "^6.0.0-beta.5",
"@jupyterlab/statedb": "^3.0.0-beta.5",
"@jupyterlab/coreutils": "^5.0.0-beta.6",
"@jupyterlab/services": "^6.0.0-beta.6",
"@jupyterlab/statedb": "^3.0.0-beta.6",
"@lumino/coreutils": "^1.5.3"
},
"devDependencies": {
"@jupyterlab/testutils": "^3.0.0-beta.5",
"@jupyterlab/testutils": "^3.0.0-beta.6",
"@types/jest": "^26.0.10",

@@ -68,3 +68,3 @@ "@typescript-eslint/eslint-plugin": "^3.10.1",

},
"gitHead": "439185945105d122516709749eae7c4f3377a37f"
"gitHead": "f2638a8bc26d2452690fb05422cd37c5d8171799"
}

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