Socket
Socket
Sign inDemoInstall

react-i18next

Package Overview
Dependencies
9
Maintainers
2
Versions
309
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 11.16.4 to 11.16.5

4

CHANGELOG.md

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

### 11.16.5
- types: ReactNode should be prefixed with React [1481](https://github.com/i18next/react-i18next/pull/1481)
### 11.16.4

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

2

package.json
{
"name": "react-i18next",
"version": "11.16.4",
"version": "11.16.5",
"description": "Internationalization for react done right. Using the i18next i18n ecosystem.",

@@ -5,0 +5,0 @@ "main": "dist/commonjs/index.js",

@@ -231,3 +231,3 @@ import i18next, {

TKeys extends TFuncKey<N, TKPrefix> | TemplateStringsArray extends infer A ? A : never,
TDefaultResult extends TFunctionResult | ReactNode = string,
TDefaultResult extends TFunctionResult | React.ReactNode = string,
TInterpolationMap extends object = StringMap

@@ -240,3 +240,3 @@ >(

TKeys extends TFuncKey<N, TKPrefix> | TemplateStringsArray extends infer A ? A : never,
TDefaultResult extends TFunctionResult | ReactNode = string,
TDefaultResult extends TFunctionResult | React.ReactNode = string,
TInterpolationMap extends object = StringMap

@@ -243,0 +243,0 @@ >(

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc