You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

@amotarao/next-routemap

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@amotarao/next-routemap - npm Package Compare versions

Comparing version

to
0.0.2

2

package.json
{
"name": "@amotarao/next-routemap",
"version": "0.0.1",
"version": "0.0.2",
"description": "",

@@ -5,0 +5,0 @@ "bin": {

@@ -17,6 +17,6 @@ import { promises as fs } from "fs";

const pageExtensions: string[] = nextConfig.pageExtensions ?? [
"page.tsx",
"page.ts",
"page.jsx",
"page.js",
"tsx",
"ts",
"jsx",
"js",
];

@@ -96,3 +96,3 @@

export const pagesPath = {
export const routeMap = {
${pageObjs

@@ -99,0 +99,0 @@ .map((page) => {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet