i18next-express-middleware
Advanced tools
Comparing version 0.0.8 to 0.0.9
@@ -110,2 +110,3 @@ 'use strict'; | ||
if (!caches) caches = this.options.caches; | ||
if (!caches) return; | ||
caches.forEach(function (cacheName) { | ||
@@ -112,0 +113,0 @@ if (_this2.detectors[cacheName] && _this2.detectors[cacheName].cacheUserLanguage) _this2.detectors[cacheName].cacheUserLanguage(req, res, lng, _this2.options); |
{ | ||
"name": "i18next-express-middleware", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"description": "express middleware for i18next", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
16464
356