Security News
Supply Chain Attack Detected in Solana's web3.js Library
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
Flint is all you need ever.
Installation is done through npm:
npm install -g flint
Generate a new base Flint stack with:
flint new [name]
And finally in your app directory, run it on localhost:3010:
flint run
The CLI has three main functions: creating new apps, running them, and building them for release.
Note that when you run your app, it will run in development mode by default which is much slower but easier to debug. Run it in production mode to get a feel for real-world performance.
CLI Usage:
Usage: flint [command]
new [name] creates a directory with a new Flint-starter scaffold
run runs a Flint application with express/webpack-dev-server
build builds a Flint application to a bundle in ./build
debug use this for opening issues!
The build and run commands take a variety of options to help ease your development, such as:
Usage: flint-run [options]
-d, --debug output extra information for debugging
-p, --port [number] specify a port [number]
-h, --host [host] specify hostname
-b, --bind [address] specify bind address if different from host
-e, --env [env] specify an enivornment
-t, --tool [tool] specify a webpack devtool
Usage: flint-build [options]
-d, --debug output extra information for debugging
--no-assets only build the js
--no-js only build the assets
FAQs
Run flint apps
The npm package flint receives a total of 35 weekly downloads. As such, flint popularity was classified as not popular.
We found that flint demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 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
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
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.