Latest Supply Chain Attack:Mini Shai-Hulud Hits @antv npm Packages, 639 Versions Compromised.Learn More
Socket
Book a DemoSign in
Socket

@tanstack/create

Package Overview
Dependencies
Maintainers
7
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tanstack/create - npm Package Compare versions

Comparing version
0.63.7
to
0.63.8
+15
-0
CHANGELOG.md
# @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",