
Research
Security News
Malicious npm Packages Target BSC and Ethereum to Drain Crypto Wallets
Socket uncovered four malicious npm packages that exfiltrate up to 85% of a victim’s Ethereum or BSC wallet using obfuscated JavaScript.
solid-repl
Advanced tools
Quickly discover what the solid compiler will generate from your JSX template
This is the source code of the solid playground website. Through it you can quickly discover what the solid compiler will generate from your JSX templates.
There are 3 modes available:
This project is built using the pnpm package manager.
Once you got it up and running you can follow these steps the have a fully working environement:
# Clone the project
$ git clone https://github.com/solidjs/solid-playground
# cd into the project and install the dependencies
$ cd solid-playground && pnpm i
# Start the dev server, the address is available at http://localhost:3000
$ pnpm run dev
# Build the project
$ pnpm run build
:warning: Make sure to use Chromium-based browser for dev mode. Firefox doesn't work due to to vite's limitation with web worker.
FAQs
Quickly discover what the solid compiler will generate from your JSX template
The npm package solid-repl receives a total of 4 weekly downloads. As such, solid-repl popularity was classified as not popular.
We found that solid-repl demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 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 uncovered four malicious npm packages that exfiltrate up to 85% of a victim’s Ethereum or BSC wallet using obfuscated JavaScript.
Security News
TC39 advances 9 JavaScript proposals, including Array.fromAsync, Error.isError, and Explicit Resource Management, which are now headed into the ECMAScript spec.
Security News
Vite releases Rolldown-Vite, a Rust-based bundler preview offering faster builds and lower memory usage as a drop-in replacement for Vite.