Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
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.2.7 to 23.2.8

2

dist/esm/package.json

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

{"type":"module","version":"23.2.7"}
{"type":"module","version":"23.2.8"}

@@ -1253,2 +1253,20 @@ // Internal Helpers

/**
* Checks if namespace has loaded yet.
* i.e. used by react-i18next
*/
hasLoadedNamespace(
ns: string | readonly string[],
options?: {
lng?: string | readonly string[];
precheck: (
i18n: i18n,
loadNotPending: (
lng: string | readonly string[],
ns: string | readonly string[],
) => boolean,
) => boolean;
},
): boolean;
/**
* Loads additional namespaces not defined in init options.

@@ -1255,0 +1273,0 @@ */

{
"name": "i18next",
"version": "23.2.7",
"version": "23.2.8",
"description": "i18next internationalization framework",

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

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