Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@lingui/conf

Package Overview
Dependencies
Maintainers
2
Versions
159
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 5.0.0-next.4 to 5.0.0-next.5

7

dist/index.d.ts

@@ -205,2 +205,7 @@ /**

/**
* Type helper for lingui.config.ts, returns {@link LinguiConfig} object
*/
declare function defineConfig(config: LinguiConfig): LinguiConfig;
declare function getConfig({ cwd, configPath, skipValidation, }?: {

@@ -212,2 +217,2 @@ cwd?: string;

export { type CatalogConfig, type CatalogFormat, type CatalogFormatOptions, type CatalogFormatter, type CatalogType, type ExperimentalExtractorOptions, type ExtractedCatalogType, type ExtractedMessage, type ExtractedMessageType, type ExtractorCtx, type ExtractorType, type FallbackLocales, type LinguiConfig, type LinguiConfigNormalized, type MessageOrigin, type MessageType, type OrderBy, getConfig, makeConfig };
export { type CatalogConfig, type CatalogFormat, type CatalogFormatOptions, type CatalogFormatter, type CatalogType, type ExperimentalExtractorOptions, type ExtractedCatalogType, type ExtractedMessage, type ExtractedMessageType, type ExtractorCtx, type ExtractorType, type FallbackLocales, type LinguiConfig, type LinguiConfigNormalized, type MessageOrigin, type MessageType, type OrderBy, defineConfig, getConfig, makeConfig };

4

package.json
{
"name": "@lingui/conf",
"version": "5.0.0-next.4",
"version": "5.0.0-next.5",
"sideEffects": false,

@@ -45,3 +45,3 @@ "description": "Get lingui configuration from package.json",

},
"gitHead": "7b9ca5b479be4acd58ed95bff841e89efba06279"
"gitHead": "3e342f7cca8772e54fc76fa90261bf52c6976b95"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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