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 1.0.1 to 1.0.2

1

cjs/languageLookups/cookie.js

@@ -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

2

package.json
{
"name": "i18next-http-middleware",
"version": "1.0.1",
"version": "1.0.2",
"private": false,

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

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