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.16.0 to 11.16.1

4

CHANGELOG.md

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

### 11.16.1
- types: for context prop of Trans component
### 11.16.0

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

@@ -39,2 +39,3 @@ import i18next, { ReactOptions, i18n, ThirdPartyModule, WithT, TFunction, Resource } from 'i18next';

count?: number;
context?: string;
defaults?: string;

@@ -41,0 +42,0 @@ i18n?: i18n;

2

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

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

@@ -257,2 +257,3 @@ import i18next, {

count?: number;
context?: string;
defaults?: string;

@@ -259,0 +260,0 @@ i18n?: i18n;

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