Socket
Socket
Sign inDemoInstall

@lingui/core

Package Overview
Dependencies
Maintainers
3
Versions
151
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 3.17.1 to 3.17.2

3

build/index.d.ts

@@ -45,2 +45,3 @@ import { PluralCategory } from 'make-plural';

};
type MissingHandler = string | ((locale: string, id: string, context: string) => string);
type setupI18nProps = {

@@ -51,3 +52,3 @@ locale?: Locale;

localeData?: AllLocaleData;
missing?: string | ((message: string, id: string, context: string) => string);
missing?: MissingHandler;
};

@@ -54,0 +55,0 @@ type Events = {

@@ -6,2 +6,13 @@ # Change Log

## [3.17.2](https://github.com/lingui/js-lingui/compare/v3.17.1...v3.17.2) (2023-02-24)
### Bug Fixes
* param name for `missing` in `setupI18nProps` ([#1411](https://github.com/lingui/js-lingui/issues/1411)) ([6459f02](https://github.com/lingui/js-lingui/commit/6459f024fa74370f95a77738b7d72f114a53c9db))
## [3.17.1](https://github.com/lingui/js-lingui/compare/v3.17.0...v3.17.1) (2023-02-07)

@@ -8,0 +19,0 @@

{
"name": "@lingui/core",
"version": "3.17.1",
"version": "3.17.2",
"sideEffects": false,

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

},
"gitHead": "76ef4e8d1c668578ce2c3829ebf35d22ca5e679c"
"gitHead": "31dcab5a9a8f88bfa8b3a2c7cd12aa2d908a1d80"
}

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