Skip to content
#

metrics-visualization

Here are 39 public repositories matching this topic...

tobespc
tobespc commented Mar 20, 2017

this is for RuntimeTools/appmetrics#408

only happens when using .attach() method. Seems we need to require appmetics first then pass it into the constructor for the dashboard

var appmetrics = require('appmetrics')
var dash = require('appmetrics-dash')
var express = require("express");
var app = express();
dash.attach({appmetrics:appmetrics});

docs change r

akgupta89
akgupta89 commented Mar 26, 2020

Theoretically, since the page is static and doesn't contain any personal data, there isn't any significant risk for a user with any vulnerabilities.

However, this seems like a popular point to resolve, so for anyone interested in fixing these issues, please use this package: https://www.npmjs.com/package/npm-force-resolutions

And force packages to be updated to the vulnerability free versio

Improve this page

Add a description, image, and links to the metrics-visualization topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the metrics-visualization topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.