0.19.1 • Published 8 years ago

trespass-visualizations v0.19.1

Weekly downloads
33
License
-
Repository
-
Last release
8 years ago

about

modules:

  • visualizations.components: react components for different visualizations: - attack (defense) trees (AttacktreeVisualization) - analysis results: - attack tree analyzer (ATAnalyzerResults) - attack tree evaluator (ATEvaluatorResults)
  • visualizations.color - color scales

installation

npm install trespass-visualizations

setup

npm install

development

when using the package npm linked, don't forget to run make build-watch.

documentation

to generate the documentation, run:

make docs && open ./docs/index.html