You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

@enact/i18n

Package Overview
Dependencies
Maintainers
1
Versions
222
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@enact/i18n - npm Package Compare versions

Comparing version

to
4.9.0-alpha.2

14

CHANGELOG.md

@@ -5,2 +5,16 @@ # Change Log

## [4.9.0-alpha.2] - 2024-05-24
No significant changes.
## [4.0.14] - 2024-05-14
### Fixed
- `i18n` resource loader to prioritize strings from additional resources files
## [4.7.11] - 2024-05-13
No significant changes.
## [4.9.0-alpha.1] - 2024-04-09

@@ -7,0 +21,0 @@

8

package.json
{
"name": "@enact/i18n",
"main": "./src/index.js",
"version": "4.9.0-alpha.1",
"version": "4.9.0-alpha.2",
"description": "Internationalization support for Enact using iLib",

@@ -51,7 +51,7 @@ "repository": {

"dependencies": {
"@enact/core": "^4.9.0-alpha.1",
"@enact/core": "^4.9.0-alpha.2",
"prop-types": "^15.8.1",
"ramda": "^0.29.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"xhr": "^2.6.0"

@@ -58,0 +58,0 @@ },