@tanstack/create
Advanced tools
+17
-0
| # @tanstack/create | ||
| ## 0.63.9 | ||
| ### Patch Changes | ||
| - fix(create): correct netlify.toml key, eslint scripts, and missing eslint dep ([`e38729f`](https://github.com/TanStack/cli/commit/e38729fe0b6a16e8d34417d2334baf2b2db94942)) | ||
| - The generated `netlify.toml` for both React and Solid used `dir` under | ||
| `[build]`, which is not a valid Netlify configuration key. Per Netlify's | ||
| TanStack Start guide it must be `publish`. Closes #423. | ||
| - The eslint toolchain had `format` and `check` scripts swapped: `format` | ||
| ran prettier in read-only mode while `check` mutated files. Swap them so | ||
| `format` writes (`prettier --write . && eslint --fix`) and `check` is | ||
| read-only (`prettier --check .`). Closes #403. | ||
| - `@tanstack/eslint-config` lists `eslint` as a peer dependency, so eslint | ||
| was not installed by package managers that don't auto-install peers. Add | ||
| `eslint` to `devDependencies` in the eslint toolchain. Closes #417. | ||
| ## 0.63.8 | ||
@@ -4,0 +21,0 @@ |
| [build] | ||
| command = "vite build" | ||
| dir = "dist/client" | ||
| publish = "dist/client" | ||
| [dev] | ||
@@ -5,0 +5,0 @@ command = "npm run dev" |
| { | ||
| "scripts": { | ||
| "lint": "eslint", | ||
| "format": "prettier --check .", | ||
| "check": "prettier --write . && eslint --fix" | ||
| "format": "prettier --write . && eslint --fix", | ||
| "check": "prettier --check ." | ||
| }, | ||
| "devDependencies": { | ||
| "@tanstack/eslint-config": "latest", | ||
| "eslint": "^9.20.0", | ||
| "prettier": "^3.8.1" | ||
| } | ||
| } |
| [build] | ||
| command = "vite build" | ||
| dir = "dist/client" | ||
| publish = "dist/client" | ||
| [dev] | ||
@@ -5,0 +5,0 @@ command = "npm run dev" |
| { | ||
| "scripts": { | ||
| "lint": "eslint", | ||
| "format": "prettier --check .", | ||
| "check": "prettier --write . && eslint --fix" | ||
| "format": "prettier --write . && eslint --fix", | ||
| "check": "prettier --check ." | ||
| }, | ||
| "devDependencies": { | ||
| "@tanstack/eslint-config": "latest", | ||
| "eslint": "^9.20.0", | ||
| "prettier": "^3.8.1" | ||
| } | ||
| } |
+1
-1
| { | ||
| "name": "@tanstack/create", | ||
| "version": "0.63.8", | ||
| "version": "0.63.9", | ||
| "description": "TanStack Application Builder Engine", | ||
@@ -5,0 +5,0 @@ "type": "module", |
| [build] | ||
| command = "vite build" | ||
| dir = "dist/client" | ||
| publish = "dist/client" | ||
| [dev] | ||
@@ -5,0 +5,0 @@ command = "npm run dev" |
| { | ||
| "scripts": { | ||
| "lint": "eslint", | ||
| "format": "prettier --check .", | ||
| "check": "prettier --write . && eslint --fix" | ||
| "format": "prettier --write . && eslint --fix", | ||
| "check": "prettier --check ." | ||
| }, | ||
| "devDependencies": { | ||
| "@tanstack/eslint-config": "latest", | ||
| "eslint": "^9.20.0", | ||
| "prettier": "^3.8.1" | ||
| } | ||
| } |
| [build] | ||
| command = "vite build" | ||
| dir = "dist/client" | ||
| publish = "dist/client" | ||
| [dev] | ||
@@ -5,0 +5,0 @@ command = "npm run dev" |
| { | ||
| "scripts": { | ||
| "lint": "eslint", | ||
| "format": "prettier --check .", | ||
| "check": "prettier --write . && eslint --fix" | ||
| "format": "prettier --write . && eslint --fix", | ||
| "check": "prettier --check ." | ||
| }, | ||
| "devDependencies": { | ||
| "@tanstack/eslint-config": "latest", | ||
| "eslint": "^9.20.0", | ||
| "prettier": "^3.8.1" | ||
| } | ||
| } |
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 9 instances in 1 package
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 9 instances in 1 package
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
14669189
0.01%