Security News
The Risks of Misguided Research in Supply Chain Security
Snyk's use of malicious npm packages for research raises ethical concerns, highlighting risks in public deployment, data exfiltration, and unauthorized testing.
cfa-template
Advanced tools
This is the official base template for Create Frigg App, a CLI tool for generating new Frigg applications.
If you don't specify a template (for example, --template typescript
), this template will be used by default.
The primary purpose of this template is to provide a structured starting point for developing applications with the Frigg framework.
If you need to make changes to the template and test them locally, you can use the --template
flag with the create-frigg-app
CLI to specify the local path to the template.
Navigate to the folder where you will create the new test app:
cd /path/to/your/test/app
Run create-frigg-app
with the --template
flag:
npx create-frigg-app --template=file:/path/to/create-frigg-app/packages/cfa-template
NOTE: this will use latest published version of
create-frigg-app
with the localcfa-template
. If you want to use the local version ofcreate-frigg-app
as well, check the README under/packages/create-frigg-app
for instructions on how to run with your local changes.
We will update this section soon with broader guidelines on how to contribute to the template. For now, please follow the steps above to test and validate your changes locally.
FAQs
The base template for Create Frigg App.
The npm package cfa-template receives a total of 4 weekly downloads. As such, cfa-template popularity was classified as not popular.
We found that cfa-template 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
Snyk's use of malicious npm packages for research raises ethical concerns, highlighting risks in public deployment, data exfiltration, and unauthorized testing.
Research
Security News
Socket researchers found several malicious npm packages typosquatting Chalk and Chokidar, targeting Node.js developers with kill switches and data theft.
Security News
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.