Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 1.02 KB

README.md

File metadata and controls

38 lines (23 loc) · 1.02 KB

Package Audit with WebContainers

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.

Running the Application

To run the application, you need to have Node.js and npm installed on your system.

  1. Clone the repository:
git clone https://github.com/apvarun/package-audit.git
cd package-audit
  1. Install the dependencies:
pnpm install
  1. Run the application:
pnpm run dev
  1. Open your browser and navigate to http://localhost:5173.

Contributing

Contributions are welcome! If you find a bug or have a suggestion, please open an issue or submit a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for more information.