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.2 to 23.7.3

2

dist/esm/package.json

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

{"type":"module","version":"23.7.2"}
{"type":"module","version":"23.7.3"}
{
"name": "i18next",
"version": "23.7.2",
"version": "23.7.3",
"description": "i18next internationalization framework",

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

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

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

@@ -8,3 +8,3 @@ TypeOptions,

TOptions,
} from './options.d.ts';
} from './options.js';

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

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

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

@@ -8,3 +8,3 @@ TypeOptions,

TOptions,
} from './options.d.ts';
} from './options.js';

@@ -11,0 +11,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