
Security News
Happy Birthday, Shai-Hulud
It has been one year since Shai-Hulud made its first appearance on npm.
create-kusto-app
Advanced tools
Scaffold a new Express.js-Kusto project in one command.
npm create kusto-app@latest my-app
# or
npx create-kusto-app my-app
# or
pnpm create kusto-app my-app
# or
yarn create kusto-app my-app
You'll be asked for a project directory, which extensions to enable (e.g. React), your package manager, and whether to install dependencies and initialize git.
create-kusto-app [directory] [options]
--react enable the React extension
--no-install skip dependency installation
--no-git skip git initialization
--pm <npm|pnpm|yarn> force a package manager (default: auto-detect)
--ref <branch|tag> template git ref to download (default: main)
-y, --yes accept all defaults, no prompts
-h, --help show help
-v, --version print version
@expressjs-kusto/react extension. Its
dependencies (react, react-dom, react-router-dom, lucide-react, @expressjs-kusto/react) are
pinned to their latest published versions at scaffold time — if the npm registry is unreachable, the
template's bundled versions are kept.Node.js >= 20.
ISC
FAQs
Scaffold a new Express.js-Kusto project.
The npm package create-kusto-app receives a total of 10 weekly downloads. As such, create-kusto-app popularity was classified as not popular.
We found that create-kusto-app 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.

Security News
It has been one year since Shai-Hulud made its first appearance on npm.

Research
/Security News
Operators behind PolinRider used a compromised GitHub account to plant malware in four development versions of a Packagist package with 700,000+ downloads.

Security News
GitHub Actions now supports cache-mode, a least-privilege control on the Actions cache aimed at the cache poisoning technique behind recent compromises.