
Research
Security News
The Growing Risk of Malicious Browser Extensions
Socket researchers uncover how browser extensions in trusted stores are used to hijack sessions, redirect traffic, and manipulate user behavior.
response-dashboard
Advanced tools
Performance measurement dashboard with configurable metrics and end-point monitoring. Ideally suited to API microservices.
Performance measurement dashboard with configurable metrics and end-point monitoring. Ideally suited to API microservices.
IMPORTANT This should only be used to monitor servers and services that you have responsibility for.
measurements.json
as required (see below)npm install
to get all the dependenciesnpm start
to start the server/api/proxy/url?url=www.example.com
as the urlresponse
as the valuerandom_number.js
gets a random number from the remote CSRNG (https://csrng.net) site and parses the JSON response to display on the dashboardEach measurement has the following keys:
"name": "designs94.com spark", // name of the chart
"location": "board4", // location on the page
"url": "/api/proxy/url?url=http://designs94.com", // url to call
"value": "response", // value to get from JSON response [optional] [default: response time, ms]
"chartType": "spark", // 'spark' line or 'gauge'
"max": 300, // upper limit of chart [optional] [default:100]
"threshold": 250, // alerting threshold [optional] [default:100]
"data": [] //required for chartType = spark
git init
git remote add origin [url]
git push --set-upstream origin master
To run the tests, jest must be installed.
npm test
to execute the tests. Shipped tests include validation that routes are loaded and the application has been built correctly.You are strongly encouraged to write your own tests for any functionality and routes you develop. Check __tests__/example.test.js
for an example.
The application relies on got
. There are no other dependencies.
Documentation is available at './docs/response-dashboard/1.0.16/index.html'
Please read CONTRIBUTING.md for details on the code of conduct, and the process for submitting pull requests.
This project is licensed under the MIT License - see the LICENSE.md file for details
FAQs
Performance measurement dashboard with configurable metrics and end-point monitoring. Ideally suited to API microservices.
The npm package response-dashboard receives a total of 8 weekly downloads. As such, response-dashboard popularity was classified as not popular.
We found that response-dashboard demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
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.
Research
Security News
Socket researchers uncover how browser extensions in trusted stores are used to hijack sessions, redirect traffic, and manipulate user behavior.
Research
Security News
An in-depth analysis of credential stealers, crypto drainers, cryptojackers, and clipboard hijackers abusing open source package registries to compromise Web3 development environments.
Security News
pnpm 10.12.1 introduces a global virtual store for faster installs and new options for managing dependencies with version catalogs.