https://github.com/safedep/vetpkg.dev
Open Source Component Security Dashboard
https://github.com/safedep/vetpkg.dev
analytics security software-composition-analysis supply-chain-security
Last synced: about 2 months ago
JSON representation
Open Source Component Security Dashboard
- Host: GitHub
- URL: https://github.com/safedep/vetpkg.dev
- Owner: safedep
- License: apache-2.0
- Created: 2025-02-05T11:28:01.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-12-19T13:02:01.000Z (2 months ago)
- Last Synced: 2025-12-22T04:58:49.809Z (2 months ago)
- Topics: analytics, security, software-composition-analysis, supply-chain-security
- Language: TypeScript
- Homepage: https://vetpkg.dev
- Size: 1.32 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vetpkg.dev 🚀
This application is live at [https://vetpkg.dev](https://vetpkg.dev)
## Development
### Prerequisites
> Note: You can skip `ASDF` setup if you already have the required
> version of `nodejs` installed on your system. Look at `.tool-versions` file
> to see the required version and other required tools.
- [ASDF](https://asdf-vm.com/guide/getting-started.html)
- Install the required version of `nodejs` using `asdf`:```shell
asdf install
### Setup
- Configure `buf` schema registry
```shell
pnpm config set @buf:registry https://buf.build/gen/npm/v1/
```
- Install `npm` dependencies:
```shell
pnpm install
```
### Running the development server
- Start the development server:
```shell
pnpm dev
```
- Navigate to `http://localhost:3000` in your browser.
### Testing
- Run the test suite:
```shell
pnpm test
```
## References
- [SafeDep Cloud](https://docs.safedep.io/cloud)
- [deps.dev](https://deps.dev)
- [osv.dev](https://osv.dev)