Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@ladjs/i18n

Package Overview
Dependencies
Maintainers
3
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ladjs/i18n - npm Package Compare versions

Comparing version 6.0.3 to 6.0.4

4

index.js

@@ -194,4 +194,4 @@ const { basename, extname, resolve } = require('path');

let url = `/${locale}${ctx.pathWithoutLocale}`;
// clone it so we don't affect it
const { query } = ctx;
// shallow clone it so we don't affect it
const query = { ...ctx.query };
if (!isEmpty(query)) {

@@ -198,0 +198,0 @@ // if `redirect_to` was in the URL then check if i18n was in there too

{
"name": "@ladjs/i18n",
"description": "i18n wrapper and Koa middleware for Lad",
"version": "6.0.3",
"version": "6.0.4",
"author": "Nick Baugh <niftylettuce@gmail.com> (http://niftylettuce.com/)",

@@ -6,0 +6,0 @@ "ava": {

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