Socket
Socket
Sign inDemoInstall

i18next

Package Overview
Dependencies
Maintainers
1
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 1.6.2 to 1.6.3

2

lib/i18next.js

@@ -125,3 +125,3 @@ (function() {

i18n.setLng(locale, function() {
if (i18n.options.useCookie) i18n.persistCookie(req, res, i18n.lng());
if (i18n.options.useCookie) i18n.persistCookie(req, res, locale);
next();

@@ -128,0 +128,0 @@ });

@@ -5,3 +5,3 @@ {

"description": "i18n made easy - full featured: middleware, template support plus clientside use",
"version": "1.6.2",
"version": "1.6.3",
"repository": {

@@ -8,0 +8,0 @@ "type": "git",

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

### v1.6.3
- update with pre client
- fixes possible language error caused by wrong lng set in cookie during handle
### v1.6.1

@@ -2,0 +6,0 @@ - support for null values in resources

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