Socket
Socket
Sign inDemoInstall

react-i18next

Package Overview
Dependencies
Maintainers
2
Versions
313
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 11.16.10 to 11.16.11

4

CHANGELOG.md

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

### 11.16.11
- types: fix Translation component types regression [1511](https://github.com/i18next/react-i18next/pull/1511)
### 11.16.10

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

2

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

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

@@ -371,3 +371,6 @@ import i18next, {

export interface TranslationProps<N extends Namespace = DefaultNamespace, TKPrefix> {
export interface TranslationProps<
N extends Namespace = DefaultNamespace,
TKPrefix extends KeyPrefix<N> = undefined
> {
children: (

@@ -374,0 +377,0 @@ t: TFunction<N, TKPrefix>,

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc