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

create-next-app

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
9.1.4-canary.4

@@ -6,3 +6,3 @@ import React from 'react'

{ href: 'https://zeit.co/now', label: 'ZEIT' },
{ href: 'https://github.com/zeit/next.js', label: 'GitHub' }
{ href: 'https://github.com/zeit/next.js', label: 'GitHub' },
].map(link => {

@@ -17,3 +17,3 @@ link.key = `nav-link-${link.href}-${link.label}`

<li>
<Link href='/'>
<Link href="/">
<a>Home</a>

@@ -20,0 +20,0 @@ </Link>

@@ -9,3 +9,3 @@ import React from 'react'

<title>Home</title>
<link rel='icon' href='/favicon.ico' />
<link rel="icon" href="/favicon.ico" />
</Head>

@@ -15,14 +15,14 @@

<div className='hero'>
<h1 className='title'>Welcome to Next.js!</h1>
<p className='description'>
<div className="hero">
<h1 className="title">Welcome to Next.js!</h1>
<p className="description">
To get started, edit <code>pages/index.js</code> and save to reload.
</p>
<div className='row'>
<a href='https://nextjs.org/docs' className='card'>
<div className="row">
<a href="https://nextjs.org/docs" className="card">
<h3>Documentation &rarr;</h3>
<p>Learn more about Next.js in the documentation.</p>
</a>
<a href='https://nextjs.org/learn' className='card'>
<a href="https://nextjs.org/learn" className="card">
<h3>Next.js Learn &rarr;</h3>

@@ -32,4 +32,4 @@ <p>Learn about Next.js by following an interactive tutorial!</p>

<a
href='https://github.com/zeit/next.js/tree/master/examples'
className='card'
href="https://github.com/zeit/next.js/tree/master/examples"
className="card"
>

@@ -36,0 +36,0 @@ <h3>Examples &rarr;</h3>

{
"name": "create-next-app",
"version": "9.1.4-canary.3",
"version": "9.1.4-canary.4",
"keywords": [

@@ -43,3 +43,3 @@ "react",

"prompts": "2.1.0",
"rimraf": "2.6.3",
"rimraf": "3.0.0",
"tar": "4.4.10",

@@ -50,3 +50,3 @@ "typescript": "^3.5.3",

},
"gitHead": "c6f1c0c064da549627388d65718cc69b2163eb23"
"gitHead": "590539745760d2106d0a64af2448fcfe3878cf9d"
}

Sorry, the diff of this file is too big to display