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.2.1 to 13.2.2

4

CHANGELOG.md

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

### 13.2.2
- Fix missing TransWithoutContext type [1672](https://github.com/i18next/react-i18next/pull/1672)
### 13.2.1

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

2

dist/es/package.json

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

{"type":"module","version":"13.2.1"}
{"type":"module","version":"13.2.2"}

@@ -13,5 +13,8 @@ import type { $Subtract, $Tuple } from './helpers';

import * as React from 'react';
export { Trans, TransProps } from './TransWithoutContext';
import { Trans, TransProps } from './TransWithoutContext';
export { initReactI18next } from './initReactI18next';
export const TransWithoutContext: typeof Trans;
export { Trans, TransProps }
export function setDefaults(options: ReactOptions): void;

@@ -18,0 +21,0 @@ export function getDefaults(): ReactOptions;

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