
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.
create-ccfk
Advanced tools
Create a CCFK application from starter templates.
Starter templates are available for each platform. Use one the following "create-ccfk" commands.
# npm
npm create ccfk@latest
# yarn
yarn create ccfk
# pnpm
pnpm create ccfk@latest
# bun
bun create ccfk@latest
# deno
deno run -A npm:create-ccfk@latest
-t, --template <template>You can specify the desired template from the command line. This is useful for automation, where you'd like to skip any interactive prompts.
npm create ccfk@latest ./my-ccfk-app -- --template hello-world-app
-i, --installInstall dependencies after cloning template.
npm create ccfk@latest ./my-ccfk-app -- --install
-p, --pm <pnpm|bun|deno|npm|yarn>Allows you to specify which package manager to use.
npm create ccfk@latest ./my-ccfk-app -- --pm pnpm
-o, --offlineUse the local cache instead of fetching the latest templates.
npm create ccfk@latest ./my-ccfk-app -- --offline
I you get a fetch error trying to clone the any of the templates, 99.99% of the cases will related to the corporate proxy. Run the following commands to properly configure the NOKIA proxy:
npm config set proxy http://proxy-server-url:port
npm config set https-proxy http://proxy-server-url:port
Use nearest proxy to your location.
To check the proxy settings used by npm, you can use the following commands:
npm config get proxy
npm config get https-proxy
FAQs
Create a CCFK application from starter templates.
We found that create-ccfk demonstrated a not healthy version release cadence and project activity because the last version was released 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.