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.8 to 11.16.9

4

CHANGELOG.md

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

### 11.16.9
- types: fix missing generic type for HTMLAttributes [1499](https://github.com/i18next/react-i18next/pull/1499)
### 11.16.8

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

2

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

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

@@ -106,3 +106,3 @@ import i18next, {

declare module 'react' {
interface HTMLAttributes {
interface HTMLAttributes<T> {
children?: ReactNode | ObjectOrNever;

@@ -109,0 +109,0 @@ }

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