Socket
Socket
Sign inDemoInstall

@lingui/core

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

Comparing version 3.10.2 to 3.10.3

2

cjs/i18n.d.ts

@@ -54,3 +54,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;

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

@@ -54,3 +54,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;

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

{
"name": "@lingui/core",
"version": "3.10.2",
"version": "3.10.3",
"description": "I18n tools for javascript",

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc