
Product
Introducing Repository Access Permissions and Custom Roles
Socket now supports Custom Roles and Repository Access Permissions so organizations can control who can access specific repositories and actions.
happy-github-dependents
Advanced tools
Uses happy-dom to scrape GitHub dependents pages for a Github repository and generate a report sorted by stars in various formats (HTML, Markdown, CSV).
Uses Happy DOM to scrape GitHub dependents pages for a Github repository and generate a report sorted by stars in various formats (HTML, Markdown, JSON, CSV).
This tool doesn't require any API keys as it uses the public GitHub web interface to get the data.
npx happy-github-dependents --url=<repository_url>
or
npx happy-github-dependents --url=<repository_url> --type=<html|markdown|json|csv> --output=<output_file>
| Argument | Description | Default value | Required |
|---|---|---|---|
--url | URL of the GitHub repository | Yes | |
--type | Output format: html, markdown, json, or csv | html | No |
--output | Output file path | ./dependents.{ext} | No |
import { getDependents } from "happy-github-dependents";
const dependents = await getDependents(
"https://github.com/capricorn86/happy-dom",
);
dependents.sort((a, b) => b.stars - a.stars);
console.log(dependents);
FAQs
Uses happy-dom to scrape GitHub dependents pages for a Github repository and generate a report sorted by stars in various formats (HTML, Markdown, CSV).
The npm package happy-github-dependents receives a total of 21 weekly downloads. As such, happy-github-dependents popularity was classified as not popular.
We found that happy-github-dependents demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Product
Socket now supports Custom Roles and Repository Access Permissions so organizations can control who can access specific repositories and actions.

Product
Socket MCP now lets AI assistants review org alerts, investigate threats using the Socket threat feed, and inspect package files in addition to dependency scoring.

Product
Socket Firewall blocks malicious VS Code and Open VSX extensions before install, protecting developers from compromised editor marketplaces.