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.15.0 to 11.15.1

4

CHANGELOG.md

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

### 11.15.1
- add missing types for shouldUnescape and useTranslation [1429](https://github.com/i18next/react-i18next/pull/1429)
### 11.15.0

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

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

values?: {};
shouldUnescape?: boolean;
t?: TFunction;

@@ -48,0 +49,0 @@ }

2

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

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

@@ -253,2 +253,3 @@ import i18next, {

values?: {};
shouldUnescape?: boolean;
t?: TFunction<N, TKPrefix>;

@@ -272,3 +273,3 @@ }

type UseTranslationResponse<N extends Namespace, TKPrefix> = [
export type UseTranslationResponse<N extends Namespace, TKPrefix = undefined> = [
TFunction<N, TKPrefix>,

@@ -275,0 +276,0 @@ i18n,

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