You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

dependency-graphql

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dependency-graphql

Dependency graphs for GitHub repositories

0.0.1
pipPyPI
Maintainers
1

Repository Dependency Graphs

Create dependency trees for GitHub repositories.

Authentication

Generate a personal access token with repo.public_repo scope and export it as GITHUB_TOKEN.

Installation

Install with make install or make install_dev.

Usage

Example usage: dependency-graphql fionn/dependency-graphql. This would return something like

fionn/dependency-graphql
└── requirements.txt
    ├── c0fec0de/anytree = 2.8.0
    │   └── ⋯
    └── psf/requests = 2.27.1
        └── ⋯

where the ellipsis implies sub-dependencies. Add --recursion-depth x to recurse x levels deep.

Keywords

github

FAQs

Did you know?

Socket

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.

Install

Related posts