brownman / check_vulns_deps

test

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Objectives: build a dependencies tree for a given npm module (by supplying a name and version/tag):

status

  • The app is running in a singleton mode - so kill the process if you want to experiment it with different inputs.
Endpoints:
-  /<pkg-name>/<pkg-version> - generate a new dependency graph
-  /default - triggering a sample job for the npm module: express/4.17.1
-  /cache - show status of cache(store)
-  /status - show the current dependency graph

refs:

todos:

  • live update using websocket
  • decouple api and workers
  • start/stop/pause process (app level vs kubernates level)
  • distribute jobs among workers
  • central monitoring
  • add github actions as CI
  • deploy to kubernetes

About

test


Languages

Language:TypeScript 98.7%Language:JavaScript 1.3%