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
2494
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 0.5.1 to 0.5.2

2

lib/utils/get-install-cmd.js

@@ -11,3 +11,3 @@ const execa = require('execa')

try {
execa.sync('yarnpkg', '--version')
execa.shellSync('yarnpkg --version')
cmd = 'yarn'

@@ -14,0 +14,0 @@ } catch (e) {

{
"name": "create-next-app",
"description": "Create Next.js apps in one command",
"version": "0.5.1",
"version": "0.5.2",
"main": "index.js",

@@ -6,0 +6,0 @@ "license": "MIT",

@@ -45,6 +45,4 @@ # Create Next App

**You’ll need to have Node >= 4 on your machine**.
**You’ll need to have Node >= 6 on your machine**. You can use [nvm](https://github.com/creationix/nvm#usage) to easily switch Node versions between different projects.
**We strongly recommend to use Node >= 6 and npm >= 3 for faster installation speed and better disk usage.** You can use [nvm](https://github.com/creationix/nvm#usage) to easily switch Node versions between different projects.
**You don't need to use Node as your primary backend**. The Node installation is only required for Create Next App and running the Next.js server in development/production.

@@ -51,0 +49,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