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
0
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.1.38 to 1.1.39

12

dist/templates/next-eslint-ts-shadcn/project/package.json

@@ -19,6 +19,6 @@ {

"lucide-react": "^0.428.0",
"next": "15.0.0-canary.120",
"next": "15.0.0-canary.162",
"postcss": "^8.4.41",
"react": "19.0.0-rc-4c2e457c7c-20240522",
"react-dom": "19.0.0-rc-4c2e457c7c-20240522",
"react": "19.0.0-rc-e4953922-20240919",
"react-dom": "19.0.0-rc-e4953922-20240919",
"tailwind-merge": "^2.5.2",

@@ -30,3 +30,3 @@ "tailwindcss": "^3.4.10",

"@eslint/compat": "^1.1.1",
"@next/eslint-plugin-next": "15.0.0-canary.120",
"@next/eslint-plugin-next": "15.0.0-canary.162",
"@types/node": "^22.4.0",

@@ -36,5 +36,5 @@ "@types/react": "^18.3.3",

"@vercel/style-guide": "^6.0.0",
"babel-plugin-react-compiler": "0.0.0-experimental-592953e-20240517",
"babel-plugin-react-compiler": "0.0.0-experimental-6067d4e-20240919",
"eslint": "^9.9.0",
"eslint-config-next": "15.0.0-canary.120",
"eslint-config-next": "15.0.0-canary.162",
"eslint-config-prettier": "^9.1.0",

@@ -41,0 +41,0 @@ "eslint-plugin-import": "^2.29.1",

@@ -12,24 +12,24 @@ {

"dependencies": {
"@opentelemetry/api-logs": "^0.52.1",
"@vercel/otel": "^1.9.2",
"@opentelemetry/api-logs": "^0.53.0",
"@vercel/otel": "^1.10.0",
"autoprefixer": "^10.4.20",
"next": "15.0.0-canary.120",
"postcss": "^8.4.41",
"react": "19.0.0-rc-4c2e457c7c-20240522",
"react-dom": "19.0.0-rc-4c2e457c7c-20240522",
"tailwindcss": "^3.4.10"
"next": "15.0.0-canary.162",
"postcss": "^8.4.47",
"react": "19.0.0-rc-e4953922-20240919",
"react-dom": "19.0.0-rc-e4953922-20240919",
"tailwindcss": "^3.4.12"
},
"devDependencies": {
"@eslint/compat": "^1.1.1",
"@next/eslint-plugin-next": "15.0.0-canary.120",
"@types/node": "^22.4.0",
"@types/react": "^18.3.3",
"@next/eslint-plugin-next": "15.0.0-canary.162",
"@types/node": "^22.5.5",
"@types/react": "^18.3.8",
"@types/react-dom": "^18.3.0",
"@vercel/style-guide": "^6.0.0",
"babel-plugin-react-compiler": "0.0.0-experimental-592953e-20240517",
"eslint": "^9.9.0",
"eslint-config-next": "15.0.0-canary.120",
"babel-plugin-react-compiler": "0.0.0-experimental-6067d4e-20240919",
"eslint": "^9.11.0",
"eslint-config-next": "15.0.0-canary.162",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.9.0",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-jsx-a11y": "^6.10.0",
"eslint-plugin-prettier": "^5.2.1",

@@ -40,5 +40,5 @@ "eslint-plugin-react-compiler": "0.0.0-experimental-c8b3f72-20240517",

"prettier-plugin-tailwindcss": "^0.6.6",
"typescript": "^5.5.4",
"typescript-eslint": "^8.1.0"
"typescript": "^5.6.2",
"typescript-eslint": "^8.6.0"
}
}
{
"name": "create-appncy",
"version": "1.1.38",
"version": "1.1.39",
"description": "Create projects as goncy would",

@@ -27,2 +27,8 @@ "main": "index.mjs",

},
"scripts": {
"build": "tsup",
"start": "node dist/index.js",
"dev": "tsup --watch",
"bump": "pnpm build && pnpm version patch && git tag latest --force && git push origin main --tags --force && pnpm publish --tag latest --force"
},
"devDependencies": {

@@ -35,9 +41,3 @@ "@types/node": "^20.11.0",

"typescript": "^5.3.3"
},
"scripts": {
"build": "tsup",
"start": "node dist/index.js",
"dev": "tsup --watch",
"bump": "pnpm build && pnpm version patch && git tag latest --force && git push origin main --tags --force && pnpm publish --tag latest --force"
}
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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