@tanstack/create
Advanced tools
+15
-0
| # @tanstack/create | ||
| ## 0.63.8 | ||
| ### Patch Changes | ||
| - fix(cli): require Node.js >=20 and surface a clear error on older runtimes ([#438](https://github.com/TanStack/cli/pull/438)) | ||
| Older Node versions (e.g. Node 16) lack `events.addAbortListener`, which is | ||
| used transitively by the CLI. Running on those versions produced a cryptic | ||
| `SyntaxError: ... does not provide an export named 'addAbortListener'` during | ||
| module instantiation. Both packages now declare `engines.node: ">=20"` so | ||
| package managers warn at install time, and the CLI bin performs an early | ||
| runtime check that prints an actionable message before any modules load. | ||
| Closes #433 | ||
| ## 0.63.7 | ||
@@ -4,0 +19,0 @@ |
+4
-1
| { | ||
| "name": "@tanstack/create", | ||
| "version": "0.63.7", | ||
| "version": "0.63.8", | ||
| "description": "TanStack Application Builder Engine", | ||
@@ -25,2 +25,5 @@ "type": "module", | ||
| "license": "MIT", | ||
| "engines": { | ||
| "node": ">=20" | ||
| }, | ||
| "dependencies": { | ||
@@ -27,0 +30,0 @@ "ejs": "^3.1.10", |
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
14668150
0