i18next-http-middleware
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -12,2 +12,3 @@ "use strict"; | ||
var opt = options || {}; | ||
opt.path = opt.path || '/'; | ||
var value = encodeURIComponent(val); | ||
@@ -14,0 +15,0 @@ var str = name + '=' + value; |
@@ -6,2 +6,3 @@ // eslint-disable-next-line no-control-regex | ||
const opt = options || {} | ||
opt.path = opt.path || '/' | ||
const value = encodeURIComponent(val) | ||
@@ -8,0 +9,0 @@ let str = name + '=' + value |
{ | ||
"name": "i18next-http-middleware", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "type": "module", |
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
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
61967
1301
0