Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

@formatjs/intl

Package Overview
Dependencies
Maintainers
3
Versions
179
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@formatjs/intl - npm Package Compare versions

Comparing version
4.0.9
to
4.1.0
+6
-6
package.json
{
"name": "@formatjs/intl",
"description": "Internationalize JS apps. This library provides an API to format dates, numbers, and strings, including pluralization and handling translations.",
"version": "4.0.9",
"version": "4.1.0",
"license": "MIT",

@@ -14,7 +14,7 @@ "author": "Long Ho <holevietlong@gmail.com>",

"dependencies": {
"tslib": "^2.8.0",
"@formatjs/ecma402-abstract": "3.0.8",
"@formatjs/fast-memoize": "3.0.3",
"@formatjs/icu-messageformat-parser": "3.3.0",
"intl-messageformat": "11.0.9"
"tslib": "^2.8.1",
"@formatjs/ecma402-abstract": "3.1.0",
"@formatjs/fast-memoize": "3.1.0",
"intl-messageformat": "11.1.0",
"@formatjs/icu-messageformat-parser": "3.4.0"
},

@@ -21,0 +21,0 @@ "peerDependencies": {

@@ -11,5 +11,2 @@ import { type MessageFormatElement } from "@formatjs/icu-messageformat-parser";

}
// Note: FormatjsIntl is defined as a global namespace so the library user can
// override the default types of Message.ids (e.g. as string literal unions from extracted strings)
// or IntlConfig.locale (e.g. to a list of supported locales).
declare global {

@@ -16,0 +13,0 @@ namespace FormatjsIntl {