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.
@lumigo/microservices-node-tracer
Advanced tools
Lumigo wrapper to trace distributed architecture
This is @lumigo/microservices-node-tracer
, Lumigo's Node.js agent for microservices distributed tracing and performance monitoring.
Supported NodeJS runtimes: 12.x, 14.x
To configure Lumigo in your microservice:
@lumigo/microservices-node-tracer
package using your preferred package manager:$ npm i @lumigo/microservices-node-tracer
// javascript
const lumigoWrapper = require("@lumigo/microservices-node-tracer");
To initiate the tracing call the trace method (note: replace YOUR-TOKEN-HERE with your Lumigo API token). You can retrieve the token by going to Settings -> Tracing -> Manual tracing:
Replace YOUR-SERVICE-NAME with some logical name (eg. todo-app)
lumigoWrapper.trace(‘YOUR-TOKEN-HERE’,‘YOUR-SERVICE-NAME’);
"scripts":{
"start": "export LUMIGO_TOKEN=‘YOUR-TOKEN-HERE’ && export LUMIGO_SERVICE_NAME=‘YOUR-SERVICE-NAME’ && node -r @lumigo/microservices-node-tracer app.js"
}
@lumigo/microservices-node-tracer
offers several different configuration options. Pass these to the microservice as environment variables:
LUMIGO_DEBUG=TRUE
- Enables debug loggingLUMIGO_SWITCH_OFF=TRUE
- In the event a critical issue arises, this turns off all actions that Lumigo takes in response to your code.FAQs
Lumigo wrapper to trace distributed architecture
The npm package @lumigo/microservices-node-tracer receives a total of 1 weekly downloads. As such, @lumigo/microservices-node-tracer popularity was classified as not popular.
We found that @lumigo/microservices-node-tracer demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 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.