
Security News
Rust RFC Proposes a Security Tab on crates.io for RustSec Advisories
Rust’s crates.io team is advancing an RFC to add a Security tab that surfaces RustSec vulnerability and unsoundness advisories directly on crate pages.
@commercetools-frontend/create-mc-app
Advanced tools
Create Merchant Center applications to quickly get up and running
Check out the documentation for more information.
This guide is for internal developers who want to modify starter templates and test changes locally without publishing a new release.
The CLI clones templates from the GitHub repository (not your local filesystem). This means you must push template changes to a git branch before testing them locally.
pnpm installedEdit files in the template directories:
# For custom applications
application-templates/starter/
application-templates/starter-typescript/
# For custom views
custom-views-templates/starter/
custom-views-templates/starter-typescript/
git checkout -b my-template-changes # create a new branch
git add application-templates/starter/ # do this after you make changes
git commit -m "chore(templates): add welcome header to starter template"
git push origin my-template-changes # push the changes to the new branch
From the repository root:
NODE_ENV=test node packages/create-mc-app/bin/cli.js my-test-app \
--template starter \
--template-version my-template-changes # important: use the branch name you created
Important: Use relative paths (e.g., my-test-app) not absolute paths (e.g., /Users/name/my-test-app).
cd my-test-app # navigate to the new app
yarn start # verify your template changes are present
# Complete workflow
git checkout -b template-updates # create a new branch
# ... make changes to application-templates/starter/ (e.g., add a welcome message) ...
git add application-templates/starter/ # do this after you make changes
git commit -m "chore(templates): update landing page styles"
git push origin template-updates # push the changes to the new branch
cd packages/create-mc-app
pnpm build
cd ../..
NODE_ENV=test node packages/create-mc-app/bin/cli.js test-project \
--template starter \
--template-version template-updates
cd test-project # navigate to the new app
yarn start # verify your template changes are present
/--template-version - Specify your branch name to test changesmainError: "Name contains illegal characters"
my-app instead of /Users/name/my-app)Templates not reflecting changes
--template-version flag matches your branch nameFAQs
Create Merchant Center applications to quickly get up and running
The npm package @commercetools-frontend/create-mc-app receives a total of 768 weekly downloads. As such, @commercetools-frontend/create-mc-app popularity was classified as not popular.
We found that @commercetools-frontend/create-mc-app demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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
Rust’s crates.io team is advancing an RFC to add a Security tab that surfaces RustSec vulnerability and unsoundness advisories directly on crate pages.

Security News
/Research
Socket found a Rust typosquat (finch-rust) that loads sha-rust to steal credentials, using impersonation and an unpinned dependency to auto-deliver updates.

Research
/Security Fundamentals
A pair of typosquatted Go packages posing as Google’s UUID library quietly turn helper functions into encrypted exfiltration channels to a paste site, putting developer and CI data at risk.