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 12.1.4 to 12.1.5

4

CHANGELOG.md

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

### 12.1.5
- fix react merged types [1606](https://github.com/i18next/react-i18next/pull/1606) originally introduced with #1531 to address #1506
### 12.1.4

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

2

dist/es/package.json

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

{"type":"module","version":"12.1.4"}
{"type":"module","version":"12.1.5"}

@@ -42,7 +42,8 @@ import i18next, {

: never;
type ReactI18NextChild = React.ReactNode | ObjectOrNever;
type ReactI18NextChildren = React.ReactNode | ObjectOrNever;
declare module 'react' {
interface HTMLAttributes<T> {
children?: ReactI18NextChild | Iterable<ReactI18NextChild>;
children?: ReactI18NextChildren;
}

@@ -49,0 +50,0 @@ }

{
"name": "react-i18next",
"version": "12.1.4",
"version": "12.1.5",
"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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc