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.
concurix-monitor
Advanced tools
Node.js Real-time Visual Profiler and Monitoring
Node.js offers phenomenal performance and scalability (particularly on modern multi and manycore servers), but subtle programming bugs can demolish performance rapidly. Concurix builds trace analysis and visualization tools that make it easy for developers to pinpoint bottlenecks and uncork parallelism.
For more information, visit www.concurix.com.
For support, email support@concurix.com.
$ npm install concurix-monitor
Login on to www.concurix.com/manage_projects. When you create a project, you will be assigned an account key.
Include the following snippet before any other require
statement:
var cx = require('concurix-monitor')({accountKey: <your account key> });
cx.start();
$ node app.js
Initializes tracer. The tracer automatically wraps every function found in the exports object returned by require
. This allows the tracer to partially reconstruct and visualize the call tree of your running code.
The following options are suported:
accountKey
your account key, data is collected and analyzed per account keyarchiveInterval
time in milliseconds for sending data to the cloud for analysis and visualization. Defaults to 60000 for NODE_ENV=production
, 2000 (2 seconds) otherwise.FAQs
Concurix monitoring agent
The npm package concurix-monitor receives a total of 0 weekly downloads. As such, concurix-monitor popularity was classified as not popular.
We found that concurix-monitor demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 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.