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.18.2 to 11.18.3

4

CHANGELOG.md

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

### 11.18.3
- types: bindI18n option for UseTranslationOptions
### 11.18.2

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

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

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

@@ -60,0 +62,0 @@ export type UseTranslationResponse = [TFunction, i18n, boolean] & {

2

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

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

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