https://github.com/apvarun/package-audit
Run npm audit in your browser
https://github.com/apvarun/package-audit
audit npm-audit packages webcontainers
Last synced: 11 months ago
JSON representation
Run npm audit in your browser
- Host: GitHub
- URL: https://github.com/apvarun/package-audit
- Owner: apvarun
- License: mit
- Created: 2024-08-23T05:22:56.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-05-28T15:54:43.000Z (about 1 year ago)
- Last Synced: 2025-07-18T18:47:40.410Z (11 months ago)
- Topics: audit, npm-audit, packages, webcontainers
- Language: TypeScript
- Homepage: https://package-audit.pages.dev/
- Size: 121 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Package Audit with WebContainers
This is a simple web application that uses the [npm audit](https://docs.npmjs.com/cli/v8/commands/npm-audit) command to scan your package.json for vulnerabilities.
It uses the [WebContainers](https://github.com/microsoft/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:
```bash
git clone https://github.com/apvarun/package-audit.git
cd package-audit
```
2. Install the dependencies:
```bash
pnpm install
```
3. Run the application:
```bash
pnpm run dev
```
4. 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](LICENSE) file for more information.