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

react-intl

Package Overview
Dependencies
Maintainers
3
Versions
378
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-intl - npm Package Compare versions

Comparing version
8.1.2
to
8.1.3
+5
-5
package.json
{
"name": "react-intl",
"description": "Internationalize React apps. This library provides React components and an API to format dates, numbers, and strings, including pluralization and handling translations.",
"version": "8.1.2",
"version": "8.1.3",
"license": "BSD-3-Clause",

@@ -18,9 +18,9 @@ "author": "Eric Ferraiuolo <edf@ericf.me>",

"@formatjs/ecma402-abstract": "3.1.1",
"@formatjs/icu-messageformat-parser": "3.5.1",
"@formatjs/intl": "4.1.2",
"intl-messageformat": "11.1.2",
"@formatjs/icu-messageformat-parser": "3.5.1"
"intl-messageformat": "11.1.2"
},
"peerDependencies": {
"@types/react": "^19.2.8",
"react": "16 || 17 || 18 || 19",
"@types/react": "19",
"react": "19",
"typescript": "^5.6.0"

@@ -27,0 +27,0 @@ },