New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

next-list

Package Overview
Dependencies
Maintainers
0
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

next-list - npm Package Compare versions

Comparing version 1.0.11 to 1.0.12

35

package.json
{
"name": "next-list",
"version": "1.0.11",
"description": "A package to render tables in CLI",
"version": "1.0.12",
"description": "A package to render tables in CLI for Next.js routes visualization.",
"main": "index.js",

@@ -10,3 +10,4 @@ "bin": {

"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},

@@ -18,7 +19,20 @@ "repository": {

"keywords": [
"next.js",
"next",
"nextjs",
"routes",
"cli",
"table",
"render"
"tool",
"visualization",
"debugging",
"api",
"pages",
"route visualization",
"development tools"
],
"author": "Pablo Lizardo",
"author": {
"name": "Pablo Lizardo",
"email": "info@pablolizardo.dev",
"url": "https://www.pablolizardo.dev"
},
"license": "ISC",

@@ -28,3 +42,10 @@ "dependencies": {

"cli-table3": "^0.6.0"
}
},
"engines": {
"node": ">=14.0.0"
},
"bugs": {
"url": "https://github.com/pablolizardo/next-list/issues"
},
"homepage": "https://github.com/pablolizardo/next-list#readme"
}

16

README.md
# next-list for Next.js 🗺️
![npm](https://img.shields.io/npm/v/next-list)
![License](https://img.shields.io/npm/l/next-list)
A command-line utility to explore and visualize all routes in your Next.js application, including both pages and API routes. This tool aims to simplify debugging when working in the Next.js app directory and to provide clear insights into which routes are being rendered, both for pages and API routes. Inspired by the `php artisan route:list` command.

@@ -39,6 +42,4 @@

If no argument is provided, `next-list` will list both page and API routes. You can specify `pages` to list only page routes or `api` to list only API routes.
## Output Example 📄
### Output Example 📄
The utility will generate tables based on the specified argument:

@@ -76,11 +77,8 @@

## Requirements 📋
## Contributing 🤝
- Node.js >= 14.x
- Next.js project using the App Router
Contributions are welcome! If you have suggestions or improvements, please fork the repository and submit a pull request. For major changes, please open an issue first to discuss what you would like to change.
## Contributing 🤝
Please make sure to update tests as appropriate.
Contributions are welcome! Please feel free to submit a Pull Request.
## License 📄

@@ -87,0 +85,0 @@

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