Product
Socket Now Supports uv.lock Files
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
create-yoshi-app
Advanced tools
This package is used to create yoshi powered projects.
Every directory in templates
directory represents a generated project type. It will be tested automatically in the E2E suite.
In order to use dynamic values in the template, you can choose one of the following:
projectName
authorName
authorEmail
organization
You can also use CONSTANT_CASE to get the same values in the constant case format:
PROJECT_NAME
AUTHOR_NAME
AUTHOR_EMAIL
ORGANIZATION
Use {%%}
to wrap each key and get the dynamic value.
For example:
This project is called "{%projectName%}" and it was created by {%AUTHOR_NAME%}
Will result in:
This project is called "my-project" and it was created by JOHN_DOE
You can also use these on file names.
npm run dev
FAQs
Unknown package
The npm package create-yoshi-app receives a total of 219 weekly downloads. As such, create-yoshi-app popularity was classified as not popular.
We found that create-yoshi-app demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 10 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.
Product
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
Research
Security News
Socket researchers have discovered multiple malicious npm packages targeting Solana private keys, abusing Gmail to exfiltrate the data and drain Solana wallets.
Security News
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.