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

@premieroctet/next-admin-cli

Package Overview
Dependencies
Maintainers
0
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@premieroctet/next-admin-cli - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5-rc.0

6

CHANGELOG.md
# @premieroctet/next-admin-cli
## 0.0.5-rc.0
### Patch Changes
- [1fa56bc](https://github.com/premieroctet/next-admin/commit/1fa56bc): feat: support new generator ([#414](https://github.com/premieroctet/next-admin/issues/414))
## 0.0.4

@@ -4,0 +10,0 @@

5

package.json
{
"name": "@premieroctet/next-admin-cli",
"version": "0.0.4",
"version": "0.0.5-rc.0",
"description": "CLI for Next-Admin, an admin dashboard for Next.js applications.",

@@ -32,3 +32,4 @@ "bin": "dist/index.js",

"lint": "eslint \"**/*.{ts,tsx}\"",
"typecheck": "tsc --noEmit"
"typecheck": "tsc --noEmit",
"clean": "rm -rf dist"
},

@@ -35,0 +36,0 @@ "dependencies": {

2

README.md

@@ -28,2 +28,2 @@ # Next-Admin CLI

- `-r, --baseRoutePath <path>` : The base route path to access your admin in the browser (e.g: /admin). Default: /admin
- `-a, --baseApiPath <path>` : The base route path for the API routes (e.g: /api/admin). Default: /api/admin
- `-a, --baseApiPath <path>` : The base route path for the API routes (e.g: /api/admin). Default: /api/admin
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