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.
- Host: GitHub
- URL: https://github.com/benhunter/cve-explorer
- Owner: benhunter
- License: mit
- Created: 2024-12-26T22:32:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-03T08:38:39.000Z (over 1 year ago)
- Last Synced: 2025-04-02T21:44:16.403Z (about 1 year ago)
- Language: TypeScript
- Size: 2.31 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.