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

create-appncy

Package Overview
Dependencies
Maintainers
1
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-appncy - npm Package Compare versions

Comparing version 1.0.21 to 1.1.0

dist/index.js

27

package.json
{
"name": "create-appncy",
"version": "1.0.21",
"version": "1.1.0",
"description": "Create projects as goncy would",
"main": "index.mjs",
"bin": {
"create-appncy": "index.mjs"
"create-appncy": "dist/index.js"
},
"files": [
"index.mjs",
"templates/**/*"
"dist",
"templates"
],
"keywords": [],
"keywords": [
"react",
"goncy",
"next.js",
"shadcn",
"tailwindcss"
],
"author": "goncy",

@@ -23,7 +29,14 @@ "license": "ISC",

"devDependencies": {
"prettier": "^3.0.3"
"@types/node": "^20.11.0",
"@types/prompts": "^2.4.9",
"@types/yargs": "^17.0.32",
"prettier": "^3.0.3",
"tsup": "^8.0.1",
"typescript": "^5.3.3"
},
"scripts": {
"start": "node index.mjs"
"build": "tsup",
"start": "node dist/index.js",
"dev": "tsup --watch"
}
}
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