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.0 to 23.4.1

2

dist/esm/package.json

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

{"type":"module","version":"23.4.0"}
{"type":"module","version":"23.4.1"}
// Internal Helpers
import type { $Dictionary } from 'typescript/helpers';
import type { $Dictionary } from './typescript/helpers.d.ts';
import type {

@@ -14,5 +14,5 @@ DefaultNamespace,

TOptions,
} from 'typescript/options';
} from './typescript/options.d.ts';
import type { KeyPrefix, TFunction } from 'typescript/t';
import type { KeyPrefix, TFunction } from './typescript/t.d.ts';

@@ -498,4 +498,4 @@ export interface WithT<Ns extends Namespace = DefaultNamespace> {

export type * from 'typescript/options';
export type * from 'typescript/t';
export type * from './typescript/options.d.ts';
export type * from './typescript/t.d.ts';

@@ -502,0 +502,0 @@ declare const i18next: i18n;

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

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

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

import type { $MergeBy, $PreservedValue, $Dictionary } from './helpers';
import type { $MergeBy, $PreservedValue, $Dictionary } from './helpers.d.ts';

@@ -3,0 +3,0 @@ /**

@@ -1,3 +0,9 @@

import type { $OmitArrayKeys, $PreservedValue, $Dictionary, $SpecialObject } from './helpers';
import type { TypeOptions, Namespace, FlatNamespace, DefaultNamespace, TOptions } from './options';
import type { $OmitArrayKeys, $PreservedValue, $Dictionary, $SpecialObject } from './helpers.d.ts';
import type {
TypeOptions,
Namespace,
FlatNamespace,
DefaultNamespace,
TOptions,
} from './options.d.ts';

@@ -4,0 +10,0 @@ type $IsResourcesDefined = [keyof _Resources] extends [never] ? false : true;

@@ -1,3 +0,9 @@

import type { $OmitArrayKeys, $PreservedValue, $Dictionary, $SpecialObject } from './helpers';
import type { TypeOptions, Namespace, FlatNamespace, DefaultNamespace, TOptions } from './options';
import type { $OmitArrayKeys, $PreservedValue, $Dictionary, $SpecialObject } from './helpers.d.ts';
import type {
TypeOptions,
Namespace,
FlatNamespace,
DefaultNamespace,
TOptions,
} from './options.d.ts';

@@ -4,0 +10,0 @@ type $IsResourcesDefined = [keyof _Resources] extends [never] ? false : true;

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