Socket
Socket
Sign inDemoInstall

pom-dependency-analyzer-web-api

Package Overview
Dependencies
24
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

pom-dependency-analyzer-web-api

Uses output of pom-dependency-analyzer to implement a REST API.


Version published
Maintainers
1
0

Weekly downloads

Readme

Source

Pom Dependency Analyzer Web API

Build Status NPM

Uses output of Pom Dependency Analyzer to create an API implementation. The implementation 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.

Example:

npx pom-dependency-analyzer-web-api -sf metadata/folder -af gh-pages/api

Or with java:

java -jar pom-dependency-analyzer-web-api-*.jar -sf metadata/folder -af gh-pages/api

Usage

-af, --api-folder <string>                 If supplied, it will dump all API-
                                           responses here.
                                           <string>: any string
                                           Default: null
-h, --help <argument-to-print-help-for>    <argument-to-print-help-for>: an argument to print help for
                                           Default: If no specific parameter is given the whole usage text is given
-ksr, --keep-server-running <boolean>      Keeps the server running.
                                           <boolean>: true or false
                                           Default: false
-md, --metadata <string>                   These key/values will be stored 
                                           together with the artifact. Can be used to 
                                           record things like artifacts git repo or 
                                           artifacts Jenkins job URL. [Supports Multiple occurrences]
                                           <string>: any string
                                           Default: Empty list
-sf, --storage-folder <string>             This is where it will look for 
                                           output of Pom Dependency Analyzer.
                                           <string>: any string
                                           Default: <user home>/.m2/repository

Keywords

FAQs

Last updated on 31 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