Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@vrbo/jarviz-graph

Package Overview
Dependencies
Maintainers
10
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vrbo/jarviz-graph

Utility for graphing JAR coupling data provided via jarviz

  • 0.1.7
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2
decreased by-50%
Maintainers
10
Weekly downloads
 
Created
Source

Jarviz

Jarviz Graph Tool

Jarviz graph tool is designed for graphing the dependency coupling data for Java applications. The dependency coupling data provided as a JSON Lines (.jsonl) file is generated from Jarviz Java library.

In order to run the tool, Jarviz Graph expects node and npm to be installed in the system as a prerequisite.

Sample Dependency Graph

Usage

Development

  • Clone the repository
  • Run following command:
$ npm install
$ npm run build:example

The output is generated as HTML files in the build directory using the mock coupling data from lib/mock directory.

Command

To generate the HTML graph using specified coupling data, run:

npx "@homeaway/jarviz-graph" -i <Input Directory> -o <Output Directory>

Parameters

-i, --input <path>    Input path to the directory containing Jarviz JSONL
-o, --output <path>   Output path to the directory for HTML graph

This project is available under the Apache 2.0 License.

Copyright 2020 Expedia, Inc.

Keywords

FAQs

Package last updated on 06 May 2021

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc