
Security News
Axios Supply Chain Attack Reaches OpenAI macOS Signing Pipeline, Forces Certificate Rotation
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.
ng-forever
Advanced tools
Angular optimization and convention checker that helps you find and fix common issues in your Angular applications.
Angular optimization and convention checker that helps you find and fix common issues in your Angular applications. Works great as a pre-commit hook!
You can install ngForever using npm:
npm install ng-forever
Or run it directly using npx:
npx ng-forever
Run ngForever in your Angular project directory:
ng-forever [options]
| Option | Description | Default |
|---|---|---|
--logLevel | Set the logging verbosity | INFO |
--skipCommented | Skip checking commented code | false |
--path | Set the directory path to check | Current directory |
--showFixSuggestion | Display suggestions for fixing issues | true |
--exportPdf | Exports a designed pdf (More at docs/reporter) | false |
The following log levels are available:
INFO: Standard informationWARN: Warning messagesERROR: Error messagesDEBUG: Detailed debug informationSYSTEM: System-level messagesngForever runs a series of jobs to check your Angular application. Each job focuses on specific optimization or convention checks.
Detects *ngFor directives that don't implement a trackBy callback function, which can lead to performance issues.
Contributions are welcome! Please feel free to submit a Pull Request.
To run the app locally for development:
Option One (Build and Run):
Bash
npm run build
node .dist/index.js --path "some-directory-for-testing"
You can add other options as needed. Replace "some-directory-for-testing" with the path to the directory you want to analyze.
Option Two (Debugging):
Use a debugger (e.g., in your IDE) and update the arguments with the relevant options.
MIT - See LICENSE file for details
If you encounter any issues or have questions, please file an issue on the GitHub repository. Example output:
FAQs
Angular optimization and convention checker that helps you find and fix common issues in your Angular applications.
We found that ng-forever demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 0 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
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.

Security News
Open source is under attack because of how much value it creates. It has been the foundation of every major software innovation for the last three decades. This is not the time to walk away from it.

Security News
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.