
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
With NPM:
npm create v1@latest
With Yarn:
yarn create v1
With PNPM:
pnpm create v1
With Bun:
bun create v1
Then follow the prompts!
You can also directly specify the project name and the template you want to use via additional command line options. For example, to scaffold a Lib + TS project, run:
# npm 7+, extra double-dash is needed:
npm create v1@latest my-ts-lib -- --template lib-ts
# yarn
yarn create v1 my-ts-lib --template lib-ts
# pnpm
pnpm create v my-ts-lib --template lib-ts
# Bun
bun create v my-ts-lib --template lib-ts
Currently supported template presets include:
lib-tsh5h5-tswebweb-tsYou can use . for the project name to scaffold in the current directory.
FAQs
## Scaffolding Your First FE Project
We found that create-v1 demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer 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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.