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.6 to 11.16.7

4

CHANGELOG.md

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

### 11.16.7
- types: Added objects explicitly to Trans children [1486](https://github.com/i18next/react-i18next/pull/1486)
### 11.16.6

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

4

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

@@ -88,3 +88,3 @@ "main": "dist/commonjs/index.js",

"sinon": "^7.2.3",
"tslint": "^5.20.1",
"tslint": "^6.1.3",
"typescript": "4.6.2",

@@ -91,0 +91,0 @@ "yargs": "^13.3.0"

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

TKeys extends TFuncKey<N, TKPrefix> | TemplateStringsArray extends infer A ? A : never,
// tslint:disable-next-line:no-null-undefined-union
TDefaultResult extends TFunctionResult | React.ReactNode = string,

@@ -241,3 +240,2 @@ TInterpolationMap extends object = StringMap

TKeys extends TFuncKey<N, TKPrefix> | TemplateStringsArray extends infer A ? A : never,
// tslint:disable-next-line:no-null-undefined-union
TDefaultResult extends TFunctionResult | React.ReactNode = string,

@@ -258,3 +256,3 @@ TInterpolationMap extends object = StringMap

> = E & {
children?: React.ReactNode;
children?: React.ReactNode | Record<string, unknown>;
components?: readonly React.ReactNode[] | { readonly [tagName: string]: React.ReactNode };

@@ -261,0 +259,0 @@ count?: number;

@@ -6,2 +6,3 @@ {

"array-type": [true, "array"],
"no-null-undefined-union": false,
"no-empty-interface": false,

@@ -8,0 +9,0 @@ "no-redundant-jsdoc": false,

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