Socket
Socket
Sign inDemoInstall

@lingui/conf

Package Overview
Dependencies
Maintainers
1
Versions
147
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.2.3 to 3.3.0

8

index.d.ts

@@ -1,2 +0,2 @@

export declare type CatalogFormat = "lingui" | "minimal" | "po" | "csv";
export declare type CatalogFormat = "lingui" | "minimal" | "po" | "csv" | "po-gettext";
export type CatalogFormatOptions = {

@@ -26,3 +26,4 @@ origins?: boolean;

compileNamespace: string;
extractBabelOptions: Object;
extractBabelOptions: Record<string, unknown>;
compilerBabelOptions: Record<string, unknown>;
fallbackLocales: FallbackLocales;

@@ -34,3 +35,3 @@ format: CatalogFormat;

locales: string[];
catalogsMergePath?: string;
catalogsMergePath: string;
orderBy: OrderBy;

@@ -56,2 +57,3 @@ pseudoLocale: string;

};
compilerBabelOptions: Record<string, unknown>;
catalogs: CatalogConfig[];

@@ -58,0 +60,0 @@ compileNamespace: string;

@@ -47,3 +47,5 @@ "use strict";

}],
catalogsMergePath: "",
compileNamespace: "cjs",
compilerBabelOptions: {},
extractBabelOptions: {

@@ -50,0 +52,0 @@ plugins: [],

{
"name": "@lingui/conf",
"version": "3.2.3",
"version": "3.3.0",
"description": "Get lingui configuration from package.json",

@@ -5,0 +5,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