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.0.5 to 3.0.6

3

CHANGELOG.md

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

## [v3.0.6](https://github.com/i18next/i18next-http-middleware/compare/v3.0.5...v3.0.6)
- ignoreCase option true by default
## [v3.0.5](https://github.com/i18next/i18next-http-middleware/compare/v3.0.4...v3.0.5)

@@ -2,0 +5,0 @@ - introduce ignoreCase option

3

cjs/LanguageDetector.js

@@ -44,3 +44,4 @@ "use strict";

caches: false,
cookieSameSite: 'strict'
cookieSameSite: 'strict',
ignoreCase: true
});

@@ -47,0 +48,0 @@ }

@@ -23,3 +23,4 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }

caches: false,
cookieSameSite: 'strict'
cookieSameSite: 'strict',
ignoreCase: true
});

@@ -26,0 +27,0 @@ }

@@ -22,3 +22,4 @@ import * as utils from './utils.js'

// cookiePath: '/my/path'
cookieSameSite: 'strict'
cookieSameSite: 'strict',
ignoreCase: true
})

@@ -25,0 +26,0 @@ }

{
"name": "i18next-http-middleware",
"version": "3.0.5",
"version": "3.0.6",
"private": false,

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

@@ -299,3 +299,3 @@ # Introduction

ignoreCase: false, // ignore case of detected language
ignoreCase: true, // ignore case of detected language

@@ -302,0 +302,0 @@ // optional expire and domain for set cookie

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