Socket
Socket
Sign inDemoInstall

@lingui/conf

Package Overview
Dependencies
Maintainers
1
Versions
151
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lingui/conf - npm Package Compare versions

Comparing version 3.10.4 to 3.11.0

11

index.d.ts
import type { GeneratorOptions } from "@babel/core";
export declare type CatalogFormat = "lingui" | "minimal" | "po" | "csv" | "po-gettext";
export declare type CatalogFormat = "lingui" | "minimal" | "po" | "csv" | "po-gettext";
export type CatalogFormatOptions = {

@@ -26,2 +26,7 @@ origins?: boolean;

declare type CatalogService = {
name: string;
apiKey: string;
}
declare type ExtractorType = {

@@ -50,2 +55,3 @@ match(filename: string): boolean;

sourceLocale: string;
service: CatalogService;
};

@@ -68,3 +74,3 @@ export declare const defaultConfig: LinguiConfig;

catalogs: CatalogConfig[];
compileNamespace: "es" | "ts" | "cjs" | string;
compileNamespace: "es" | "ts" | "cjs" | string;
fallbackLocales: FallbackLocales;

@@ -79,2 +85,3 @@ format: CatalogFormat;

sourceLocale: string;
service: CatalogService;
};

@@ -81,0 +88,0 @@ deprecatedConfig: {

@@ -55,2 +55,8 @@ "use strict";

},
extractors: (0, _jestValidate.multipleValidOptions)([], ["babel"], [{
match: function match(fileName) {
return false;
},
extract: function extract(filename, targetDir, options) {}
}]),
extractBabelOptions: {

@@ -71,3 +77,7 @@ plugins: [],

runtimeConfigModule: ["@lingui/core", "i18n"],
sourceLocale: ""
sourceLocale: "",
service: {
name: "",
apiKey: ""
}
};

@@ -74,0 +84,0 @@ exports.defaultConfig = defaultConfig;

3

package.json
{
"name": "@lingui/conf",
"version": "3.10.4",
"version": "3.11.0",
"sideEffects": false,
"description": "Get lingui configuration from package.json",

@@ -5,0 +6,0 @@ "keywords": [

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