Npm-Audit-Extreme is a powerful tool designed to simplify the process of running npm audit
on an entire source code project. With this tool, you no longer need to run the command separately in every directory and subdirectory that contains a package-lock.json
file.
Before you can use Npm-Audit-Extreme, you will need to have the following tools installed:
- Python 3.x
- Node.js
- npm
To get started with Npm-Audit-Extreme, simply follow these steps:
- Clone the repository to your local machine:
git clone https://github.com/NeCr00/Npm-Audit-Extreme.git
To run npm audit
on your entire source code project, navigate to the root directory of your project and run the following command:
python3 npm-audit-extreme.py <project_main_directory>