New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@opentelemetry/instrumentation-fastify

Package Overview
Dependencies
Maintainers
3
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opentelemetry/instrumentation-fastify - npm Package Compare versions

Comparing version

to
0.44.1

3

build/src/instrumentation.js

@@ -130,2 +130,5 @@ "use strict";

}
if (moduleExports.errorCodes !== undefined) {
fastify.errorCodes = moduleExports.errorCodes;
}
fastify.fastify = fastify;

@@ -132,0 +135,0 @@ fastify.default = fastify;

2

build/src/version.d.ts

@@ -1,3 +0,3 @@

export declare const PACKAGE_VERSION = "0.44.0";
export declare const PACKAGE_VERSION = "0.44.1";
export declare const PACKAGE_NAME = "@opentelemetry/instrumentation-fastify";
//# sourceMappingURL=version.d.ts.map

@@ -20,4 +20,4 @@ "use strict";

// this is autogenerated file, see scripts/version-update.js
exports.PACKAGE_VERSION = '0.44.0';
exports.PACKAGE_VERSION = '0.44.1';
exports.PACKAGE_NAME = '@opentelemetry/instrumentation-fastify';
//# sourceMappingURL=version.js.map
{
"name": "@opentelemetry/instrumentation-fastify",
"version": "0.44.0",
"version": "0.44.1",
"description": "OpenTelemetry instrumentation for `fastify` http web application framework",

@@ -70,3 +70,3 @@ "main": "build/src/index.js",

"homepage": "https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/opentelemetry-instrumentation-fastify#readme",
"gitHead": "3ef5205e5353010184c69ff7b9f0f4830f0932de"
"gitHead": "bcf1da7964e72c47e127cfc3f615c79da3c5dc30"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet