Socket
Socket
Sign inDemoInstall

react-i18next

Package Overview
Dependencies
Maintainers
2
Versions
313
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 13.0.0 to 13.0.1

4

CHANGELOG.md

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

### 13.0.1
- types: Fix performance issue in Trans component [1646](https://github.com/i18next/react-i18next/pull/1646)
### 13.0.0

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

2

dist/es/package.json

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

{"type":"module","version":"13.0.0"}
{"type":"module","version":"13.0.1"}
{
"name": "react-i18next",
"version": "13.0.0",
"version": "13.0.1",
"description": "Internationalization for react done right. Using the i18next i18n ecosystem.",

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

"husky": "^3.0.3",
"i18next": "^23.0.1",
"i18next": "^23.2.3",
"jest": "^24.8.0",

@@ -110,3 +110,3 @@ "jest-cli": "^24.8.4",

"peerDependencies": {
"i18next": ">= 23.0.1",
"i18next": ">= 23.2.3",
"react": ">= 16.8.0"

@@ -113,0 +113,0 @@ },

@@ -1,10 +0,2 @@

import type {
i18n,
ParseKeys,
Namespace,
TypeOptions,
TOptions,
TFunction,
KeyPrefix,
} from 'i18next';
import type { i18n, ParseKeys, Namespace, TypeOptions, TOptions, TFunction } from 'i18next';
import * as React from 'react';

@@ -41,4 +33,4 @@

TOpt extends TOptions = {},
KPrefix extends KeyPrefix<Ns> = undefined,
KPrefix = undefined,
E = React.HTMLProps<HTMLDivElement>,
>(props: TransProps<Key, Ns, TOpt, KPrefix, E>): React.ReactElement;
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc