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

next-multilingual

Package Overview
Dependencies
Maintainers
1
Versions
156
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

next-multilingual - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

11

lib/config/index.js

@@ -72,3 +72,12 @@ "use strict";

*/
exports.NON_ROUTABLE_PAGE_FILES = ['index', '_app', '_document', '_error', '404', '500'];
exports.NON_ROUTABLE_PAGE_FILES = [
'index',
'_app',
'_document',
'_error',
'404',
'404/index',
'500',
'500/index',
];
/**

@@ -75,0 +84,0 @@ * Get all possible permutations of the non-routable app-root-relative pages file paths.

8

package.json
{
"name": "next-multilingual",
"description": "An opinionated end-to-end solution for Next.js applications that requires multiple languages.",
"version": "1.2.0",
"version": "1.2.1",
"license": "MIT",

@@ -120,3 +120,3 @@ "main": "lib/index.js",

"@types/express": "^4.17.13",
"@types/node": "^18.7.1",
"@types/node": "^18.7.2",
"@types/react": "^18.0.17",

@@ -132,3 +132,3 @@ "@types/react-dom": "^18.0.6",

"eslint": "^8.21.0",
"eslint-config-next": "v12.2.4",
"eslint-config-next": "v12.2.5",
"eslint-config-prettier": "^8.5.0",

@@ -145,3 +145,3 @@ "eslint-import-resolver-node": "^0.3.6",

"express": "^4.18.1",
"next": "v12.2.4",
"next": "v12.2.5",
"prettier": "^2.7.1",

@@ -148,0 +148,0 @@ "prettier-plugin-organize-imports": "^3.0.3",

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