Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
@netdata/dashboard
Advanced tools
npm run start:dashboard
Starts dashboard in the development mode.
Open http://localhost:3000 to view it in the browser.
Make sure Netdata is running under http://localhost:19999.
If your Netdata is running on a remote host you need to create an SSH tunnel to the host
ssh -L 127.0.0.1:19999:127.0.0.1:19999 NODE
.
npm run start:node-view
Starts app with only Node-View component running. This is used to develop the component for Cloud purposes.
npm run start:tv
Starts app with tv.html, as a static (custom) dashboard in dev mode.
npm test
Launches the test runner in the interactive watch mode.
npm run lint
Runs a linter check. The same task is run in GH Actions pipeline.
npm run build
Builds the dashboard for production to the build
folder.
It bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
FAQs
Charting library for Netdata Agent
The npm package @netdata/dashboard receives a total of 7 weekly downloads. As such, @netdata/dashboard popularity was classified as not popular.
We found that @netdata/dashboard demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 8 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’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.