Socket
Socket
Sign inDemoInstall

@lingui/core

Package Overview
Dependencies
3
Maintainers
2
Versions
144
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.4.2 to 4.5.0

dist/index.d.cts

8

dist/index.d.ts

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

declare namespace formats {
export {
formats_date as date,
formats_number as number,
formats_plural as plural,
};
export { formats_date as date, formats_number as number, formats_plural as plural };
}

@@ -131,2 +127,2 @@

export { AllLocaleData, AllMessages, I18n, Locale, LocaleData, Locales, MessageDescriptor, MessageOptions, Messages, formats, i18n, setupI18n };
export { type AllLocaleData, type AllMessages, I18n, type Locale, type LocaleData, type Locales, type MessageDescriptor, type MessageOptions, type Messages, formats, i18n, setupI18n };
{
"name": "@lingui/core",
"version": "4.4.2",
"version": "4.5.0",
"sideEffects": false,

@@ -40,7 +40,7 @@ "description": "I18n tools for javascript",

"require": {
"types": "./dist/index.d.ts",
"types": "./dist/index.d.cts",
"default": "./dist/index.cjs"
},
"import": {
"types": "./dist/index.d.ts",
"types": "./dist/index.d.mts",
"default": "./dist/index.mjs"

@@ -58,10 +58,10 @@ }

"@babel/runtime": "^7.20.13",
"@lingui/message-utils": "4.4.2",
"unraw": "^2.0.1"
"@lingui/message-utils": "4.5.0",
"unraw": "^3.0.0"
},
"devDependencies": {
"@lingui/jest-mocks": "*",
"unbuild": "^1.1.2"
"unbuild": "2.0.0"
},
"gitHead": "316a004ec82721fcceb8f3c4a5aeb4a48d367927"
"gitHead": "62c92d1f8c60b3890bdda870f307fa780d423080"
}

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc