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

create-next-app

Package Overview
Dependencies
Maintainers
2
Versions
2599
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-next-app - npm Package Compare versions

Comparing version

to
0.3.4

13

createNextApp.js

@@ -136,4 +136,9 @@ /**

const exampleCommand = `${nextExamplesBaseCommand}${program.example}`;
execSync(exampleCommand, { stdio: 'inherit' });
try {
execSync(exampleCommand);
} catch (err) {
throw err
}
// Change displayed command to yarn instead of yarnpkg

@@ -147,3 +152,3 @@ const useYarn = shouldUseYarn()

console.log();
console.log(chalk.cyan(` ${displayedCommand} dev`));
console.log(chalk.cyan(` ${displayedCommand} ${useYarn ? '' : 'run '} dev`));
console.log(' Starts the development server.');

@@ -158,4 +163,4 @@ console.log();

console.log();
console.log(chalk.cyan(' cd'), projectName);
console.log(` ${chalk.cyan(`${displayedCommand} run dev`)}`);
console.log(chalk.cyan(' cd'), cdpath);
console.log(` ${chalk.cyan(`${displayedCommand} ${useYarn ? '' : 'install'}`)} then ${chalk.cyan(`${displayedCommand} run dev`)}`);
console.log();

@@ -162,0 +167,0 @@ console.log('Happy hacking!');

{
"name": "create-next-app",
"version": "0.3.3",
"version": "0.3.4",
"keywords": [

@@ -5,0 +5,0 @@ "next",