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.47 to 1.1.48

dist/templates/next-eslint-ts-shadcn/project/.gitignore

0

dist/templates/next-eslint-ts-shadcn/extras/auth0/AUTH0.md

@@ -0,0 +0,0 @@ # Auth0 module

import {handleAuth} from "@kinde-oss/kinde-auth-nextjs/server";
export const GET = handleAuth();

@@ -0,0 +0,0 @@ import {defineConfig} from "drizzle-kit";

@@ -0,0 +0,0 @@ import Database from "libsql";

@@ -0,0 +0,0 @@ import {int, sqliteTable, text} from "drizzle-orm/sqlite-core";

@@ -0,0 +0,0 @@ import type {PreferenceRequest} from "mercadopago";

@@ -0,0 +0,0 @@ import type {Database} from "../types";

@@ -0,0 +0,0 @@ import type {Database} from "../types";

@@ -0,0 +0,0 @@ import type {NextConfig} from "next";

25

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

@@ -12,4 +12,4 @@ {

"dependencies": {
"@opentelemetry/api-logs": "^0.52.1",
"@radix-ui/react-slot": "^1.1.0",
"@tailwindcss/postcss": "4.0.0-beta.8",
"@vercel/otel": "^1.9.2",

@@ -20,8 +20,8 @@ "autoprefixer": "^10.4.20",

"lucide-react": "^0.428.0",
"next": "15.0.3",
"next": "15.1.0",
"postcss": "^8.4.41",
"react": "19.0.0-rc-5c56b873-20241107",
"react-dom": "19.0.0-rc-5c56b873-20241107",
"react": "19.0.0",
"react-dom": "19.0.0",
"tailwind-merge": "^2.5.2",
"tailwindcss": "^3.4.10",
"tailwindcss": "4.0.0-beta.8",
"tailwindcss-animate": "^1.0.7"

@@ -31,3 +31,6 @@ },

"@eslint/compat": "^1.1.1",
"@next/eslint-plugin-next": "15.0.3",
"@next/eslint-plugin-next": "15.1.0",
"@opentelemetry/api-logs": "^0.52.1",
"@opentelemetry/instrumentation": "^0.56.0",
"@opentelemetry/sdk-logs": ">=0.46.0 && <1.0.0",
"@types/node": "^22.4.0",

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

"@vercel/style-guide": "^6.0.0",
"babel-plugin-react-compiler": "19.0.0-beta-63b359f-20241101",
"babel-plugin-react-compiler": "19.0.0-beta-37ed2a7-20241206",
"eslint": "^9.9.0",
"eslint-config-next": "15.0.3",
"eslint-config-next": "15.1.0",
"eslint-config-prettier": "^9.1.0",

@@ -51,3 +54,7 @@ "eslint-plugin-import": "^2.29.1",

"typescript-eslint": "^8.1.0"
},
"peerDependencies": {
"@opentelemetry/instrumentation": "^0.56.0",
"@opentelemetry/sdk-logs": ">=0.46.0 && <1.0.0"
}
}
}

@@ -0,0 +0,0 @@ ## Getting Started with {{name}}

@@ -0,0 +0,0 @@ import {registerOTel} from "@vercel/otel";

@@ -0,0 +0,0 @@ import {type ClassValue, clsx} from "clsx";

@@ -0,0 +0,0 @@ import type {Config} from "tailwindcss";

@@ -0,0 +0,0 @@ # Clerk auth module

@@ -0,0 +0,0 @@ # Kinde Auth module

import {handleAuth} from "@kinde-oss/kinde-auth-nextjs/server";
export const GET = handleAuth();

@@ -0,0 +0,0 @@ import {defineConfig} from "drizzle-kit";

@@ -0,0 +0,0 @@ import Database from "libsql";

@@ -0,0 +0,0 @@ import {int, sqliteTable, text} from "drizzle-orm/sqlite-core";

@@ -0,0 +0,0 @@ import type {PreferenceRequest} from "mercadopago";

@@ -0,0 +0,0 @@ import type {Database} from "../types";

@@ -0,0 +0,0 @@ import type {Database} from "../types";

@@ -0,0 +0,0 @@ import type {NextConfig} from "next";

@@ -12,32 +12,38 @@ {

"dependencies": {
"@opentelemetry/api-logs": "^0.53.0",
"@vercel/otel": "^1.10.0",
"autoprefixer": "^10.4.20",
"next": "15.0.3",
"postcss": "^8.4.47",
"react": "19.0.0-rc-5c56b873-20241107",
"react-dom": "19.0.0-rc-5c56b873-20241107",
"tailwindcss": "^3.4.12"
"next": "15.1.0",
"postcss": "^8.4.49",
"react": "19.0.0",
"react-dom": "19.0.0",
"tailwindcss": "^3.4.16"
},
"devDependencies": {
"@eslint/compat": "^1.1.1",
"@next/eslint-plugin-next": "15.0.3",
"@types/node": "^22.5.5",
"@types/react": "^18.3.8",
"@types/react-dom": "^18.3.0",
"@eslint/compat": "^1.2.4",
"@next/eslint-plugin-next": "15.1.0",
"@opentelemetry/api-logs": "^0.56.0",
"@opentelemetry/instrumentation": ">=0.46.0 && <1.0.0",
"@opentelemetry/sdk-logs": ">=0.46.0 && <1.0.0",
"@types/node": "^22.10.2",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.2",
"@vercel/style-guide": "^6.0.0",
"babel-plugin-react-compiler": "19.0.0-beta-63b359f-20241101",
"eslint": "^9.11.0",
"eslint-config-next": "15.0.3",
"babel-plugin-react-compiler": "19.0.0-beta-37ed2a7-20241206",
"eslint": "^9.17.0",
"eslint-config-next": "15.1.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-jsx-a11y": "^6.10.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react-compiler": "0.0.0-experimental-c8b3f72-20240517",
"globals": "^15.9.0",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.6",
"typescript": "^5.6.2",
"typescript-eslint": "^8.6.0"
"eslint-plugin-react-compiler": "19.0.0-beta-37ed2a7-20241206",
"globals": "^15.13.0",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.6.9",
"typescript": "^5.7.2",
"typescript-eslint": "^8.18.0"
},
"peerDependencies": {
"@opentelemetry/instrumentation": ">=0.46.0 && <1.0.0",
"@opentelemetry/sdk-logs": ">=0.46.0 && <1.0.0"
}
}
}

@@ -0,0 +0,0 @@ ## Getting Started with {{name}}

@@ -0,0 +0,0 @@ import {registerOTel} from "@vercel/otel";

@@ -0,0 +0,0 @@ import type {Config} from "tailwindcss";

@@ -14,29 +14,29 @@ {

"autoprefixer": "^10.4.20",
"postcss": "^8.4.41",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tailwindcss": "^3.4.10"
"postcss": "^8.4.49",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"tailwindcss": "^3.4.16"
},
"devDependencies": {
"@eslint/compat": "^1.1.1",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^8.1.0",
"@typescript-eslint/parser": "^8.1.0",
"@vitejs/plugin-react-swc": "^3.7.0",
"eslint": "^9.9.0",
"@eslint/compat": "^1.2.4",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.2",
"@typescript-eslint/eslint-plugin": "^8.18.0",
"@typescript-eslint/parser": "^8.18.0",
"@vitejs/plugin-react-swc": "^3.7.2",
"eslint": "^9.17.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jsx-a11y": "^6.9.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.9",
"globals": "^15.9.0",
"prettier": "^3.3.3",
"typescript": "^5.5.4",
"vite": "^5.4.1",
"prettier-plugin-tailwindcss": "^0.6.6",
"typescript-eslint": "^8.1.0"
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.16",
"globals": "^15.13.0",
"prettier": "^3.4.2",
"typescript": "^5.7.2",
"vite": "^6.0.3",
"prettier-plugin-tailwindcss": "^0.6.9",
"typescript-eslint": "^8.18.0"
}
}
}

@@ -0,0 +0,0 @@ # React + TypeScript + Vite

@@ -0,0 +0,0 @@ /** @type {import('tailwindcss').Config} */

@@ -0,0 +0,0 @@ import { defineConfig } from 'vite'

{
"name": "create-appncy",
"version": "1.1.47",
"version": "1.1.48",
"description": "Create projects as goncy would",

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

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

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

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

@@ -0,0 +0,0 @@ # Create Appncy

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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