This is a simple web application that uses the npm audit command to scan your package.json for vulnerabilities.
It uses the WebContainers project to run the npm audit command in a secure and isolated environment, ensuring that the audit results are accurate and reliable.
To run the application, you need to have Node.js and npm installed on your system.
- Clone the repository:
git clone https://github.com/apvarun/package-audit.git
cd package-audit
- Install the dependencies:
pnpm install
- Run the application:
pnpm run dev
- Open your browser and navigate to
http://localhost:5173
.
Contributions are welcome! If you find a bug or have a suggestion, please open an issue or submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for more information.