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.4.1 to 23.4.2

2

dist/esm/package.json

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

{"type":"module","version":"23.4.1"}
{"type":"module","version":"23.4.2"}

@@ -498,3 +498,28 @@ // Internal Helpers

export type * from './typescript/options.d.ts';
export type {
FallbackLngObjList,
FallbackLng,
InitOptions,
TypeOptions,
CustomTypeOptions,
CustomPluginOptions,
PluginOptions,
FormatFunction,
InterpolationOptions,
ReactOptions,
ResourceKey,
ResourceLanguage,
Resource,
TOptions,
Namespace,
DefaultNamespace,
} from './typescript/options.d.ts';
export type * from './typescript/t.d.ts';
export type {
TFunction,
ParseKeys,
TFunctionReturn,
TFunctionDetailedResult,
KeyPrefix,
} from './typescript/t.d.ts';

@@ -501,0 +526,0 @@ declare const i18next: i18n;

{
"name": "i18next",
"version": "23.4.1",
"version": "23.4.2",
"description": "i18next internationalization framework",

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

@@ -551,3 +551,3 @@ import type { $MergeBy, $PreservedValue, $Dictionary } from './helpers.d.ts';

/**
* @see https://www.i18next.com/interpolation.html
* @see https://www.i18next.com/translation-function/interpolation
*/

@@ -554,0 +554,0 @@ interpolation?: InterpolationOptions;

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