Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
create-yoshi-app
Advanced tools
This package is used to create yoshi powered projects.
Every directory in templates
directory represents a generated project type. Every project specified in packages/create-yoshi-app/src/projects.js
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
You can also use CONSTANT_CASE to get the same values in the constant case format:
PROJECT_NAME
AUTHOR_NAME
AUTHOR_EMAIL
You can also use PascalCase to get the same values in the pascal case format:
ProjectName
AuthorName
AuthorEmail
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
When running the development script, you will be presented with the regular create-yoshi-app
experience.
When you'll finished answering the questions, this project will be automatically created in a temporary directory. Now every change you'll do in the original templates will be viewed in the temporary project.
npm run dev
)FAQs
Unknown package
The npm package create-yoshi-app receives a total of 46 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.
Research
Security News
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.