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
2482
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.0.0 to 0.1.2

createNextApp.js

39

package.json
{
"name": "create-next-app",
"version": "0.0.0",
"description": "soon",
"main": "index.js",
"keywords": [],
"author": "siddharthkp",
"license": "MIT"
"version": "0.1.2",
"keywords": [
"next",
"create-next-app",
"create-react-app"
],
"description": "Create Next.js apps with no build configuration.",
"repository": "segmentio/create-next-app",
"license": "BSD-3-Clause",
"engines": {
"node": ">=4"
},
"bugs": {
"url": "https://github.com/segmentio/create-next-app/issues"
},
"files": [
"index.js",
"createNextApp.js"
],
"bin": {
"create-next-app": "./index.js"
},
"dependencies": {
"chalk": "^1.1.1",
"commander": "^2.9.0",
"cross-spawn": "^4.0.0",
"fs-extra": "^1.0.0",
"hyperquest": "^2.1.2",
"semver": "^5.0.3",
"tar-pack": "^3.4.0",
"tmp": "0.0.31",
"validate-npm-package-name": "^3.0.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