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-i18next

Package Overview
Dependencies
Maintainers
2
Versions
328
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-i18next - npm Package Compare versions

Comparing version

to
15.5.1

4

CHANGELOG.md

@@ -0,1 +1,5 @@

### 15.5.1
add typescript as optional peer dependency [1843](https://github.com/i18next/react-i18next/pull/1843)
### 15.5.0

@@ -2,0 +6,0 @@

2

dist/es/package.json

@@ -1,1 +0,1 @@

{"type":"module","version":"15.5.0"}
{"type":"module","version":"15.5.1"}
{
"name": "react-i18next",
"version": "15.5.0",
"version": "15.5.1",
"description": "Internationalization for react done right. Using the i18next i18n ecosystem.",

@@ -72,3 +72,4 @@ "main": "dist/commonjs/index.js",

"i18next": ">= 23.2.3",
"react": ">= 16.8.0"
"react": ">= 16.8.0",
"typescript": "^5"
},

@@ -81,2 +82,5 @@ "peerDependenciesMeta": {

"optional": true
},
"typescript": {
"optional": true
}

@@ -83,0 +87,0 @@ },