Socket
Socket
Sign inDemoInstall

i18next

Package Overview
Dependencies
Maintainers
2
Versions
501
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

i18next - npm Package Compare versions

Comparing version 23.7.5 to 23.7.6

2

dist/esm/package.json

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

{"type":"module","version":"23.7.5"}
{"type":"module","version":"23.7.6"}

@@ -219,3 +219,5 @@ // Internal Helpers

export interface i18n {
export interface CustomInstanceExtenstions {}
export interface i18n extends CustomInstanceExtenstions {
// Expose parameterized t in the i18next interface hierarchy

@@ -222,0 +224,0 @@ t: TFunction<[DefaultNamespace, ...Exclude<FlatNamespace, DefaultNamespace>[]]>;

@@ -219,3 +219,5 @@ // Internal Helpers

export interface i18n {
export interface CustomInstanceExtenstions {}
export interface i18n extends CustomInstanceExtenstions {
// Expose parameterized t in the i18next interface hierarchy

@@ -222,0 +224,0 @@ t: TFunction<[DefaultNamespace, ...Exclude<FlatNamespace, DefaultNamespace>[]]>;

{
"name": "i18next",
"version": "23.7.5",
"version": "23.7.6",
"description": "i18next internationalization framework",

@@ -5,0 +5,0 @@ "main": "./dist/cjs/i18next.js",

Sorry, the diff of this file is not supported yet

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