Socket
Socket
Sign inDemoInstall

react-i18next

Package Overview
Dependencies
8
Maintainers
2
Versions
309
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 11.18.5 to 11.18.6

4

CHANGELOG.md

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

### 11.18.6
- types: nsMode [1554](https://github.com/i18next/react-i18next/issues/1554)
### 11.18.5

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

@@ -59,2 +59,3 @@ import i18next, { ReactOptions, i18n, ThirdPartyModule, WithT, TFunction, Resource } from 'i18next';

bindI18n?: string | false;
nsMode?: 'fallback' | 'default';
// other of these options might also work: https://github.com/i18next/i18next/blob/master/index.d.ts#L127

@@ -133,4 +134,5 @@ }

useSuspense?: boolean;
nsMode?: 'fallback' | 'default';
}
export function Translation(props: TranslationProps): any;

2

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

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

@@ -297,2 +297,4 @@ import i18next, {

keyPrefix?: TKPrefix;
bindI18n?: string | false;
nsMode?: 'fallback' | 'default';
}

@@ -391,2 +393,3 @@

keyPrefix?: TKPrefix;
nsMode?: 'fallback' | 'default';
}

@@ -393,0 +396,0 @@

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc