You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

react-intlayer

Package Overview
Dependencies
Maintainers
1
Versions
122
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-intlayer - npm Package Compare versions

Comparing version

to
5.5.11

31

package.json
{
"name": "react-intlayer",
"version": "5.5.10",
"version": "5.5.11",
"private": false,

@@ -72,7 +72,7 @@ "description": "Easily internationalize i18n your React applications with type-safe multilingual content management.",

"js-cookie": "^3.0.5",
"@intlayer/api": "5.5.10",
"@intlayer/config": "5.5.10",
"@intlayer/dictionaries-entry": "5.5.10",
"@intlayer/core": "5.5.10",
"@intlayer/editor-react": "5.5.10"
"@intlayer/config": "5.5.11",
"@intlayer/dictionaries-entry": "5.5.11",
"@intlayer/core": "5.5.11",
"@intlayer/api": "5.5.11",
"@intlayer/editor-react": "5.5.11"
},

@@ -93,3 +93,5 @@ "devDependencies": {

"typescript": "^5.8.3",
"@intlayer/backend": "5.5.10",
"uuid": "^11.1.0",
"vitest": "^3.2.2",
"@intlayer/backend": "5.5.11",
"@utils/eslint-config": "1.0.4",

@@ -103,8 +105,8 @@ "@utils/ts-config": "1.0.4",

"react-dom": ">=16.0.0",
"@intlayer/api": "5.5.10",
"@intlayer/dictionaries-entry": "5.5.10",
"@intlayer/config": "5.5.10",
"@intlayer/editor-react": "5.5.10",
"@intlayer/core": "5.5.10",
"intlayer": "5.5.10"
"@intlayer/editor-react": "5.5.11",
"@intlayer/dictionaries-entry": "5.5.11",
"@intlayer/config": "5.5.11",
"@intlayer/core": "5.5.11",
"@intlayer/api": "5.5.11",
"intlayer": "5.5.11"
},

@@ -128,5 +130,6 @@ "engines": {

"reset": "pnpm clean & pnpm build",
"test": "",
"test": "vitest run",
"test:watch": "vitest",
"typecheck": "tsup --project ./tsconfig.json --noEmit"
}
}

@@ -107,3 +107,3 @@ <div align="center">

`react-intlayer` is made to work with the [`intlayer` package](https://github.com/aymericzip/intlayer/blob/main/docs/en/packages/intlayer/index.md).`intlayer` is a package that allows you to declare your content anywhere in your code. It converts multilingual content declarations into structured dictionaries that integrate seamlessly into your application.
`react-intlayer` is made to work with the [`intlayer` package](https://github.com/aymericzip/intlayer/blob/main/docs/docs/en/packages/intlayer/index.md).`intlayer` is a package that allows you to declare your content anywhere in your code. It converts multilingual content declarations into structured dictionaries that integrate seamlessly into your application.

@@ -194,3 +194,3 @@ Here’s an example of content declaration:

**To learn more about these features, refer to the [React Internationalization (i18n) with Intlayer and Vite and React](https://github.com/aymericzip/intlayer/blob/main/docs/en/intlayer_with_vite+react.md) guide for Vite and React Application, or the [React Internationalization (i18n) with Intlayer and React (CRA)](https://intlayer.org/doc/environment/create-react-app) guide for React Create App.**
**To learn more about these features, refer to the [React Internationalization (i18n) with Intlayer and Vite and React](https://github.com/aymericzip/intlayer/blob/main/docs/docs/en/intlayer_with_vite+react.md) guide for Vite and React Application, or the [React Internationalization (i18n) with Intlayer and React (CRA)](https://intlayer.org/doc/environment/create-react-app) guide for React Create App.**

@@ -197,0 +197,0 @@ ## Functions provided by `react-intlayer` package