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.5 to 11.15.6

4

CHANGELOG.md

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

### 11.15.6
- fix error for typescript 4.6 [1453](https://github.com/i18next/react-i18next/pull/1463)
### 11.15.5

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

4

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

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

"tslint": "^5.20.1",
"typescript": "^4.5.2",
"typescript": "4.6.2",
"yargs": "^13.3.0"

@@ -92,0 +92,0 @@ },

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

): <
C extends React.ComponentType<React.ComponentProps<C> & WithTranslationProps>,
C extends React.ComponentType<React.ComponentProps<any> & WithTranslationProps>,
ResolvedProps = JSX.LibraryManagedAttributes<

@@ -333,0 +333,0 @@ C,

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