Socket
Socket
Sign inDemoInstall

@jupyterlab/translation

Package Overview
Dependencies
Maintainers
35
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 4.0.0-alpha.19 to 4.0.0-alpha.20

src/base.ts

2

lib/gettext.d.ts
/**
* A plural form function.
*/
declare type PluralForm = (n: number) => number;
type PluralForm = (n: number) => number;
/**

@@ -6,0 +6,0 @@ * Metadata for a language pack.

@@ -5,3 +5,3 @@ import type { IRenderMime } from '@jupyterlab/rendermime-interfaces';

import { Token } from '@lumino/coreutils';
declare type Language = {
type Language = {
[key: string]: string;

@@ -27,3 +27,3 @@ };

*/
export declare type TranslationBundle = IRenderMime.TranslationBundle;
export type TranslationBundle = IRenderMime.TranslationBundle;
/**

@@ -30,0 +30,0 @@ * Translation provider interface

{
"name": "@jupyterlab/translation",
"version": "4.0.0-alpha.19",
"version": "4.0.0-alpha.20",
"description": "JupyterLab - Translation services",

@@ -26,3 +26,4 @@ "keywords": [

"files": [
"lib/**/*.{d.ts,eot,gif,html,jpg,js,js.map,json,png,svg,woff2,ttf}"
"lib/**/*.{d.ts,eot,gif,html,jpg,js,js.map,json,png,svg,woff2,ttf}",
"src/**/*.{ts,tsx}"
],

@@ -43,13 +44,13 @@ "scripts": {

"dependencies": {
"@jupyterlab/coreutils": "^6.0.0-alpha.19",
"@jupyterlab/rendermime-interfaces": "^3.8.0-alpha.19",
"@jupyterlab/services": "^7.0.0-alpha.19",
"@jupyterlab/statedb": "^4.0.0-alpha.19",
"@lumino/coreutils": "^2.0.0-beta.0"
"@jupyterlab/coreutils": "^6.0.0-alpha.20",
"@jupyterlab/rendermime-interfaces": "^3.8.0-alpha.20",
"@jupyterlab/services": "^7.0.0-alpha.20",
"@jupyterlab/statedb": "^4.0.0-alpha.20",
"@lumino/coreutils": "^2.0.0-rc.0"
},
"devDependencies": {
"@jupyterlab/testing": "^4.0.0-alpha.19",
"@jupyterlab/testing": "^4.0.0-alpha.20",
"@types/jest": "^29.2.0",
"rimraf": "~3.0.0",
"typescript": "~4.7.3"
"typescript": "~5.0.0-beta"
},

@@ -56,0 +57,0 @@ "publishConfig": {

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