
Research
Supply Chain Attack on Axios Pulls Malicious Dependency from npm
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.
@noaignite/create-app
Advanced tools
CLI for scaffolding NoA Ignite templates inside a Turborepo project. It guides users through template selection, file overwrite handling, and post-install commands.
Starting a new project uses both the create-turbo and @noaignite/create-app executables.
Create a new project with Turborepo from Vercel.
// with pnpm (recommended)
pnpm dlx create-turbo@latest -m pnpm
// with yarn
yarn dlx create-turbo@latest -m yarn
// with npm
npx create-turbo@latest -m npm
Once the Turborepo is scaffolded, install the templates you need.
cd my-turborepo
// with pnpm (recommended)
pnpm dlx @noaignite/create-app
// with yarn
yarn dlx @noaignite/create-app
// with npm
npx @noaignite/create-app
Visit https://noaignite.dev/create-app to view the full documentation.
Read the contributing guide to learn about our development process, how to propose bug fixes and improvements, and how to build and test your changes.
The changelog is regularly updated to reflect what's changed in each new release.
This project is licensed under the terms of the MIT license.
FAQs
Scaffold NoA Ignite templates within a turborepo project
We found that @noaignite/create-app demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 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.

Research
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.

Security News
TeamPCP is partnering with ransomware group Vect to turn open source supply chain attacks on tools like Trivy and LiteLLM into large-scale ransomware operations.