Socket
Socket
Sign inDemoInstall

@lingui/core

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/core - npm Package Compare versions

Comparing version 3.3.0 to 3.4.0

2

cjs/context.d.ts
import { CompiledMessage, Locales } from "./i18n";
export declare function interpolate(translation: CompiledMessage, locale: string, locales: Locales, localeData: Object): (values: Object, formats?: Object) => any;
export declare function interpolate(translation: CompiledMessage, locale: string, locales: Locales, localeData: Object): (values: Object, formats?: Object) => string;
//# sourceMappingURL=context.d.ts.map

@@ -49,3 +49,3 @@ import { EventEmitter } from "./eventEmitter";

activate(locale: Locale, locales?: Locales): void;
_(id: MessageDescriptor | string, values?: Object | undefined, { message, formats }?: MessageOptions | undefined): any;
_(id: MessageDescriptor | string, values?: Object | undefined, { message, formats }?: MessageOptions | undefined): string;
date(value: string | Date, format?: Intl.DateTimeFormatOptions): string;

@@ -52,0 +52,0 @@ number(value: number, format?: Intl.NumberFormatOptions): string;

{
"name": "@lingui/core",
"version": "3.3.0",
"version": "3.4.0",
"description": "I18n tools for javascript",

@@ -5,0 +5,0 @@ "main": "index.js",

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