An open API service indexing awesome lists of open source software.

https://github.com/benhunter/cve-explorer

CVEs in popular NPM packages.
https://github.com/benhunter/cve-explorer

Last synced: 9 months ago
JSON representation

CVEs in popular NPM packages.

Awesome Lists containing this project

README

          

# cve-explorer

# NPM Popularity Data

- https://github.com/LeoDog896/npm-rank/releases/download/latest/raw.json

```
http -d https://github.com/LeoDog896/npm-rank/releases/download/latest/raw.json --output data/top-100-packages.json
```

# Getting Started

## Prerequisites

- bun
- fmn
- syft

# Development Setup

Install dependencies:

```bash
bun install
```

Run:

```bash
bun run ./src/generateSboms.ts
```

This project was created using `bun init` in bun v1.1.42. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.