Socket
Socket
Sign inDemoInstall

react-i18next

Package Overview
Dependencies
Maintainers
2
Versions
312
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.2 to 11.15.3

4

CHANGELOG.md

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

### 11.15.3
- types: fix for issue introduced with type extension for react-native [1436](https://github.com/i18next/react-i18next/pull/1436)
### 11.15.2

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

3

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

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

"@testing-library/react-hooks": "^3.4.2",
"@types/react-native": "^0.66.6",
"all-contributors-cli": "^6.20.0",

@@ -55,0 +54,0 @@ "babel-core": "^7.0.0-bridge.0",

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

import * as React from 'react';
import { TextProps } from 'react-native';

@@ -243,3 +242,3 @@ type Subtract<T extends K, K> = Omit<T, keyof K>;

TKPrefix = undefined,
E extends React.HTMLProps<HTMLDivElement> | TextProps
E = React.HTMLProps<HTMLDivElement>
> = E & {

@@ -264,3 +263,3 @@ children?: React.ReactNode;

TKPrefix extends KeyPrefix<N> = undefined,
E extends React.HTMLProps<HTMLDivElement> | TextProps = React.HTMLProps<HTMLDivElement>
E = React.HTMLProps<HTMLDivElement>
>(props: TransProps<K, N, TKPrefix, E>): React.ReactElement;

@@ -267,0 +266,0 @@

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc