Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

i18next-http-middleware

Package Overview
Dependencies
Maintainers
2
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

i18next-http-middleware - npm Package Compare versions

Comparing version 3.1.1 to 3.1.2

3

CHANGELOG.md

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

## [v3.1.2](https://github.com/i18next/i18next-http-middleware/compare/v3.1.1...v3.1.2)
- fix the type of the lookup method [#37](https://github.com/i18next/i18next-http-middleware/pull/37)
## [v3.1.1](https://github.com/i18next/i18next-http-middleware/compare/v3.1.0...v3.1.1)

@@ -2,0 +5,0 @@ - make sure no undefined language is detected

2

index.d.ts

@@ -126,3 +126,3 @@ import {

options?: LanguageDetectorInterfaceOptions
) => string | string[];
) => string | string[] | undefined;

@@ -129,0 +129,0 @@ cacheUserLanguage?: (

{
"name": "i18next-http-middleware",
"version": "3.1.1",
"version": "3.1.2",
"private": false,

@@ -5,0 +5,0 @@ "type": "module",

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