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 13.4.0 to 13.4.1

4

CHANGELOG.md

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

### 13.4.1
- types: use CustomInstanceExtenstions to extend reportNamespaces
### 13.4.0

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

2

dist/es/package.json

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

{"type":"module","version":"13.4.0"}
{"type":"module","version":"13.4.1"}

@@ -37,3 +37,6 @@ import type { $Subtract, $Tuple } from './helpers.js';

declare module 'i18next' {
interface i18n {
// interface i18n {
// reportNamespaces: ReportNamespaces;
// }
interface CustomInstanceExtenstions {
reportNamespaces: ReportNamespaces;

@@ -40,0 +43,0 @@ }

{
"name": "react-i18next",
"version": "13.4.0",
"version": "13.4.1",
"description": "Internationalization for react done right. Using the i18next i18n ecosystem.",

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

"husky": "^8.0.3",
"i18next": "^23.7.2",
"i18next": "^23.7.6",
"jest": "^24.8.0",

@@ -112,0 +112,0 @@ "jest-cli": "^24.8.4",

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