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.3 to 11.15.4

4

CHANGELOG.md

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

### 11.15.4
- types: add values field to Plural component in macros [1446](https://github.com/i18next/react-i18next/pull/1446)
### 11.15.3

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

2

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

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

@@ -17,2 +17,3 @@ import React from 'react';

count: number;
values?: {};
zero?: string | React.ReactElement;

@@ -19,0 +20,0 @@ one?: string | React.ReactElement;

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