
Security News
/Research
Wallet-Draining npm Package Impersonates Nodemailer to Hijack Crypto Transactions
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
@medipass/hapi-instrumentation
Advanced tools
OpenTelemetry Hapi automatic instrumentation package.
This module provides automatic instrumentation for Hapi
.
For automatic instrumentation see the @opentelemetry/node package.
npm install --save @opentelemetry/hapi-instrumentation
^17.0.0
OpenTelemetry Hapi Instrumentation allows the user to automatically collect trace data and export them to their backend of choice, to give observability to distributed systems.
To load a specific instrumentation (Hapi in this case), specify it in the Node Tracer's configuration.
const { NodeTracerProvider } = require('@opentelemetry/node');
const provider = new NodeTracerProvider({
plugins: {
'@hapi/hapi': {
enabled: true,
// You may use a package name or absolute path to the file.
path: '@opentelemetry/hapi-instrumentation',
}
}
});
To load all of the supported instrumentations, use below approach. Each instrumentation is only loaded when the module that it patches is loaded; in other words, there is no computational overhead for listing instrumentations for unused modules.
const { NodeTracerProvider } = require('@opentelemetry/node');
const provider = new NodeTracerProvider();
See examples/hapi for a short example using Hapi
This package provides automatic tracing for hapi server routes and request lifecycle extensions defined either directly or via a Hapi plugin.
Apache 2.0 - See LICENSE for more information.
0.10.0
opentelemetry-test-utils
FAQs
OpenTelemetry Hapi automatic instrumentation package.
The npm package @medipass/hapi-instrumentation receives a total of 0 weekly downloads. As such, @medipass/hapi-instrumentation popularity was classified as not popular.
We found that @medipass/hapi-instrumentation demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 13 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.
Security News
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.