Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

create-knit-app

Package Overview
Dependencies
Maintainers
2
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-knit-app - npm Package Compare versions

Comparing version 0.3.0 to 0.4.0

42

package.json
{
"name": "create-knit-app",
"description": "create knit apps",
"version": "0.3.0",
"bin": {
"create-knit-app": "./index.js"
"homepage": "https://github.com/knitjs/knit#readme",
"license": "MIT",
"bugs": {
"url": "https://github.com/knitjs/knit/issues"
},

@@ -13,3 +12,34 @@ "files": [

"index.js"
]
],
"repository": {
"type": "git",
"url": "git+https://github.com/knitjs/knit.git"
},
"engines": {
"node": ">=6",
"npm": ">=3"
},
"author": {
"name": "Shane Wilson"
},
"private": false,
"name": "create-knit-app",
"description": "create knit apps",
"version": "0.4.0",
"bin": {
"create-knit-app": "./index.js"
},
"dependencies": {
"@knit/logger": "0.1.6",
"@knit/yarn-utils": "0.4.0",
"chalk": "1.1.3",
"execa": "^0.6.0",
"fs-extra": "^2.0.0",
"pify": "2.3.0",
"read-pkg-up": "2.0.0",
"update-notifier": "^2.1.0",
"yargs": "^6.6.0"
},
"peerDependencies": {},
"optionalDependencies": {}
}
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