Socket
Socket
Sign inDemoInstall

@lingui/core

Package Overview
Dependencies
Maintainers
2
Versions
147
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lingui/core - npm Package Compare versions

Comparing version 4.8.0 to 4.10.0

6

dist/index.d.ts

@@ -46,3 +46,3 @@ import { CompiledMessage } from '@lingui/message-utils/compileMessage';

type MissingHandler = string | ((locale: string, id: string) => string);
type setupI18nProps = {
type I18nProps = {
locale?: Locale;

@@ -75,3 +75,3 @@ locales?: Locales;

private _missing?;
constructor(params: setupI18nProps);
constructor(params: I18nProps);
get locale(): string;

@@ -110,3 +110,3 @@ get locales(): Locales | undefined;

}
declare function setupI18n(params?: setupI18nProps): I18n;
declare function setupI18n(params?: I18nProps): I18n;

@@ -113,0 +113,0 @@ declare const defaultLocale = "en";

{
"name": "@lingui/core",
"version": "4.8.0",
"version": "4.10.0",
"sideEffects": false,

@@ -57,3 +57,3 @@ "description": "I18n tools for javascript",

"@babel/runtime": "^7.20.13",
"@lingui/message-utils": "4.8.0",
"@lingui/message-utils": "4.10.0",
"unraw": "^3.0.0"

@@ -65,3 +65,3 @@ },

},
"gitHead": "1b3a1209b06e9a6b6820ce54064da87052c21fa5"
"gitHead": "5088feb92de2a669659e85067c2849331122e830"
}

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