
Research
Security News
Lazarus Strikes npm Again with New Wave of Malicious Packages
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
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 0 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
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Security News
Socket CEO Feross Aboukhadijeh discusses the open web, open source security, and how Socket tackles software supply chain attacks on The Pair Program podcast.
Security News
Opengrep continues building momentum with the alpha release of its Playground tool, demonstrating the project's rapid evolution just two months after its initial launch.