Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
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 49 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
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.