Socket
Socket
Sign inDemoInstall

i18next-express-middleware

Package Overview
Dependencies
Maintainers
1
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

i18next-express-middleware - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

6

lib/index.js

@@ -87,6 +87,4 @@ 'use strict';

var languages = req.query[options.lngParam || 'lng'] || [];
var namespaces = req.query[options.nsParam || 'ns'] || [];
languages = languages.split[' '];
namespaces = namespaces.split[' '];
var languages = req.query[options.lngParam || 'lng'].split(' ') || [];
var namespaces = req.query[options.nsParam || 'ns'].split(' ') || [];

@@ -93,0 +91,0 @@ // extend ns

{
"name": "i18next-express-middleware",
"version": "0.0.5",
"version": "0.0.6",
"description": "express middleware for i18next",

@@ -5,0 +5,0 @@ "main": "./lib/index.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