Socket
Socket
Sign inDemoInstall

pom-dependency-analyzer-web-frontend

Package Overview
Dependencies
83
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    pom-dependency-analyzer-web-frontend

[![Build Status](https://travis-ci.org/tomasbjerre/pom-dependency-analyzer-web-frontend.svg?branch=master)](https://travis-ci.org/tomasbjerre/pom-dependency-analyzer-web-frontend) [![NPM](https://img.shields.io/npm/v/pom-dependency-analyzer-web-frontend.s


Version published
Weekly downloads
2
increased by100%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

Pom Dependency Analyzer Web Frontend

Build Status NPM

See Pom Dependency Analyzer Web for example usage!

Uses output of Pom Dependency Analyzer Web API to create a browsable webpage. The webpage is completely static and can be served from Github pages, Gitlab pages or by cloning the repo and running on localhost.

API documented in swagger.yml.

Usage

You can change where the API is located by creating a file called pdaw-config.json. Place it where you deployed the frontend, same level as the index.html. It should contain::

{
  "apiBasePath": "http://whereveryour/api/is/located"
}

Developed with Vue.

Commands:

  • sudo npm install -g @vue/cli - Install Vue CLI globally
  • npm install - Install dependencies
  • npm run build - Build
  • npm run serve - Serve

GUI based on: https://github.com/vuetifyjs/vuetify

Recommended setup:

  • Visual Studio Code
    • Extensions
      • ext install esbenp.prettier-vscode
      • ext install octref.vetur
    • Settings
      • Text editor / Formatting / Format on Save

FAQs

Last updated on 30 May 2019

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc