
Security News
Vite Releases Technical Preview of Rolldown-Vite, a Rust-Based Bundler
Vite releases Rolldown-Vite, a Rust-based bundler preview offering faster builds and lower memory usage as a drop-in replacement for Vite.
java-dependency-viewer
Advanced tools
A command-line tool for analyzing and visualizing Java class dependencies using javap.
pip install java-dependency-viewer
Basic command format:
jdv [class_dir] [output_dir] [options]
Arguments:
class_dir
: Directory containing Java class files to analyze (required)output_dir
: Directory to output the analysis results (optional, default: output)Options:
--preview
: Generate HTML visualization preview--gexf
: Export graph in GEXF formatExamples:
# Basic usage (creates data.json in output/)
jdv path/to/classes
# Specify output directory
jdv path/to/classes output/
# Generate GEXF file
jdv path/to/classes --gexf
# Generate HTML preview
jdv path/to/classes --preview
# All options
jdv path/to/classes output/ --preview --gexf
data.json
: Graph data in JSON format (always created)data.gexf
: Graph data in GEXF format (created with --gexf)graph.html
: Interactive visualization (created with --preview)javap
command availableMIT License
FAQs
A CLI tool for analyzing Java class dependencies using javap.
We found that java-dependency-viewer 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.
Security News
Vite releases Rolldown-Vite, a Rust-based bundler preview offering faster builds and lower memory usage as a drop-in replacement for Vite.
Research
Security News
A malicious npm typosquat uses remote commands to silently delete entire project directories after a single mistyped install.
Research
Security News
Malicious PyPI package semantic-types steals Solana private keys via transitive dependency installs using monkey patching and blockchain exfiltration.