
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.
> Minimalistic framework to scaffold and build web applications with Angular.js and Node. Based on MEAN stack.
Minimalistic framework to scaffold and build web applications with Angular.js and Node. Based on MEAN stack.
$ npm install -g bower
$ npm install -g gulp
$ npm install -g appfy@latest
$ appfy new [app_name]
Command Line Interface
$ appfy --help$ appfy --version$ appfy new [app_name]$ appfy new module [module_name]$ appfy new component [module_name] [component_name]$ appfy new directive [module_name] [directive_name]$ appfy new filter [module_name] [filter_name]$ appfy new service [module_name] [service_name]$ appfy new factory [module_name] [factory_name]$ appfy new controller [module_name] [controller_name]$ appfy new api [endpoint]$ appfy new api:model [endpoint] [model_name]$ appfy new api:controller [endpoint] [controller_name]$ appfy serve$ appfy serve --client$ appfy serve --client-dist$ appfy serve --api$ appfy build --client$ appfy build --server├── README.md
├──.client.build <- client deploy
├──.server.build <- server deploy
├── gulpfile.ts <- configuration of the gulp tasks
├── karma.conf.js <- configuration of the test runner
├── package.json <- dependencies of the project
├── protractor.conf.js <- e2e tests configuration
├── bin <- deploy and build executables
├── server <- source code of backend application
├── client <- source code of frontend application
│ └── src
│ ├── app
│ │ └── core <- appfy core modules
│ │ │ ├── errors
│ │ │ ├── login
│ │ │ ├── page
│ │ │ ├── user
│ │ │ ├── utils
│ │ └── modules <- third-party modules
│ │ │ ├── home
│ │ │ │ ├── home.config.js
│ │ │ │ ├── home.component.js
│ │ │ │ ├── home.spec.js
│ │ │ │ ├── home.html
│ │ │ │ ├── home.css
│ │ └── themes
│ │ │ ├── default
│ │ │ │ ├── theme.html
│ │ ├── index.less
│ │ ├── index.module.js <- main module
│ │ ├── vendor.less
│ ├── assets
│ └── index.html <- main template
└── .gitignore <- ignored files
FAQs
> Minimalistic framework to scaffold and build web applications with Angular.js and Node. Based on MEAN stack.
We found that appfy 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.