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 9.0.3-canary.1 to 9.0.3-canary.2

dist/default/components/nav.js

74

package.json
{
"name": "create-next-app",
"description": "Create Next.js apps in one command",
"version": "9.0.3-canary.1",
"main": "index.js",
"version": "9.0.3-canary.2",
"keywords": [
"react",
"next",
"next.js"
],
"description": "Create Next.js-powered React apps with one command",
"repository": {
"type": "git",
"url": "https://github.com/zeit/next.js",
"directory": "packages/create-next-app"
},
"author": "Next.js Team <support@zeit.co>",
"license": "MIT",
"bin": {
"create-next-app": "./cli.js"
"create-next-app": "./dist/index.js"
},
"engines": {
"node": ">=4"
"files": [
"dist"
],
"scripts": {
"build": "ncc build ./index.ts -w -o dist/",
"prerelease": "rimraf ./dist/",
"release": "ncc build ./index.ts -o ./dist/ --minify --no-cache --no-source-map-register",
"prepublish": "yarn release"
},
"repository": "zeit/next.js",
"bugs": "https://github.com/zeit/next.js/issues",
"homepage": "https://nextjs.org",
"dependencies": {
"@octokit/rest": "^15.9.4",
"ansi-escapes": "^2.0.0",
"chalk": "^1.1.3",
"commander": "^2.9.0",
"execa": "^0.6.3",
"fs-extra": "^3.0.0",
"got": "^8.3.1",
"make-dir": "^1.3.0",
"ms": "^1.0.0",
"mz": "^2.6.0",
"ora": "^1.2.0",
"promise": "^7.1.1",
"tar": "^4.4.4"
"devDependencies": {
"@types/got": "9.6.2",
"@types/node": "^12.6.8",
"@types/prompts": "2.0.1",
"@types/tar": "4.0.3",
"@zeit/ncc": "^0.20.4",
"chalk": "2.4.2",
"commander": "2.20.0",
"cpy": "7.3.0",
"cross-spawn": "6.0.5",
"got": "9.6.0",
"make-dir": "3.0.0",
"promisepipe": "3.0.0",
"prompts": "2.1.0",
"rimraf": "2.6.3",
"tar": "4.4.10",
"typescript": "^3.5.3",
"update-check": "1.5.3",
"validate-npm-package-name": "3.0.0"
},
"keywords": [
"next",
"react",
"next.js",
"create-next-app",
"create-react-app",
"boilerplate"
],
"gitHead": "2758060bfcf739a72e04dc32b3f7b98dfce8d435"
"gitHead": "5a54e8715a7a7a92175addc19f4ec9f8f7bbd2e7"
}
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