Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
create-solid
Advanced tools
The easiest way to get started with Solid is by using create-solid
. This CLI tool enables you to quickly start building a new Solid application, with everything set up for you. You can create a new app using the default Solid template, or by using one of the official Solid examples. To get started, use the following command:
#or
npm init solid@latest ./my-solid-app
# or
yarn create solid ./my-solid-app
# or
bunx create-solid ./my-solid-app
create-solid
allows you to create a new Solid app within seconds. It is officially maintained by the creators of Solid, and includes a number of benefits:
npm init solid@latest
(with no arguments) launches an interactive experience that guides you through setting up a project.npm init solid@latest --example with-mdx
).FAQs
Create Solid apps with low configuration
The npm package create-solid receives a total of 656 weekly downloads. As such, create-solid popularity was classified as not popular.
We found that create-solid 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.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.