🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

create-next-fast

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-next-fast - npm Package Compare versions

Comparing version
0.0.5
to
0.0.6
+4
-0
dist/cli.js

@@ -7,3 +7,7 @@ #!/usr/bin/env node

import path from 'path';
import { fileURLToPath } from 'url';
import App from './app.js';
// Get the directory path of the current module
const __filename = fileURLToPath(import.meta.url);
const __dirname = path.dirname(__filename);
const cli = meow(`

@@ -10,0 +14,0 @@ Usage

+1
-1
{
"name": "create-next-fast",
"version": "0.0.5",
"version": "0.0.6",
"license": "MIT",

@@ -5,0 +5,0 @@ "bin": "dist/cli.js",