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.2.0 to 12.2.1

4

CHANGELOG.md

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

### 12.2.1
- type fix: the type of defaultNS in I18nextProvider should support string[] [1633](https://github.com/i18next/react-i18next/pull/1633)
### 12.2.0

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

2

dist/es/package.json

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

{"type":"module","version":"12.2.0"}
{"type":"module","version":"12.2.1"}

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

i18n: i18n;
defaultNS?: string;
defaultNS?: string | string[];
}

@@ -136,0 +136,0 @@

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc