Socket
Socket
Sign inDemoInstall

next-i18next

Package Overview
Dependencies
Maintainers
1
Versions
202
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

next-i18next - npm Package Compare versions

Comparing version 0.14.2 to 0.14.3

2

dist/middlewares/next-i18next-middleware.js

@@ -28,3 +28,3 @@ "use strict";

if (localeSubpaths) {
server.get('*', _utils.forceTrailingSlash);
server.get(/^\/(?!_next|static).*$/, _utils.forceTrailingSlash);
server.get(/^\/(?!_next|static).*$/, _utils.lngPathDetector);

@@ -31,0 +31,0 @@ server.get("/:lng(".concat(allLanguages.join('|'), ")/*"), function (req, res) {

{
"name": "next-i18next",
"version": "0.14.2",
"version": "0.14.3",
"main": "dist/index.js",

@@ -5,0 +5,0 @@ "repository": "git@github.com:isaachinman/next-i18next.git",

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