
Security News
The Next Open Source Security Race: Triage at Machine Speed
Claude Opus 4.6 has uncovered more than 500 open source vulnerabilities, raising new considerations for disclosure, triage, and patching at scale.
@tanstack/create-start
Advanced tools
CLI tool for creating and modifying TanStack Start projects.
pnpm create @tanstack/start
Run
pnpm create @tanstack/start --help
to see all options.
Until peer dependency issues are worked out, npm create @tanstack/start doesn't work.
Use pnpm or maybe a bundled version could be published instead.
Modules represent templates and functionality that can be added later to a TanStack Start project. A module is created using a chain of methods specifying callbacks which receives arguments from the previous step.
createModule(schema): Set the schema of values that will be passed in from command line options.
.init((configFromSchema) => { ... }): Crawl the filesystem to infer configuration, for example detecting the current package manager
.prompt((configFromInit) => { ... }): Prompt the user for configuration, skipping config that has already been specified.
.validateAndApply({ validate, apply })
validate({ cfg, targetPath }): check if preconditions met (is there a package.json? is a library already installed?) and return an array of strings that are issues to address
apply({ cfg, targetPath }): modify the filesystem: install libraries, modify files
FAQs
Tanstack Start Builder
The npm package @tanstack/create-start receives a total of 5,450 weekly downloads. As such, @tanstack/create-start popularity was classified as popular.
We found that @tanstack/create-start demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 4 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Claude Opus 4.6 has uncovered more than 500 open source vulnerabilities, raising new considerations for disclosure, triage, and patching at scale.

Research
/Security News
Malicious dYdX client packages were published to npm and PyPI after a maintainer compromise, enabling wallet credential theft and remote code execution.

Security News
gem.coop is testing registry-level dependency cooldowns to limit exposure during the brief window when malicious gems are most likely to spread.