
Security News
The Hidden Blast Radius of the Axios Compromise
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.
A NodeJS's framework for practical web development. It provides a lot of shortcuts and
eases the life of those involved in development on any kind of web content (even newbies).
Its main purpose is to be readable, as consistent as possible (in web development that's kind of difficult given the amount of technologies involved), but above all things, practical. Everything is wrapped around the idea of facilitating the creation and maitanence of code.
fi is really just a wrapper around express, stylus and jade, with a bunch of rules and shortcuts.
Currently fi has only been tested in Mac and linux, any help testing and/or fixing bugs for windows will be greatly appreciated.
Unless you're an experienced Fai developer, is strongly recommended that your rely on our Yeoman generator for building your project, it really takes care of everything! just follow these simple instructions.
# globally install yeoman and fai's generator
npm install -g yo generator-fai
# Create the folder you want your project to live in.
mkdir FiApp && cd $_
# Lay back and just let Yeoman do the magic for you.
yo fai
# Once finished you can start developing by typing:
npm run watch
# Or even debugging in diffent browsers by using:
npm run sync
TODO
FAQs
NodeJS Framework for agile web development.
We found that fai demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.

Research
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.