Socket
Socket
Sign inDemoInstall

opentelemetry-instrumentation-express

Package Overview
Dependencies
Maintainers
1
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

opentelemetry-instrumentation-express - npm Package Compare versions

Comparing version 0.0.0-2021-06-07--07-42 to 0.0.0-2021-06-09--06-50

6

dist/src/express.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.ExpressInstrumentation = void 0;
const core_1 = require("@opentelemetry/core");
const api_1 = require("@opentelemetry/api");

@@ -158,3 +159,6 @@ const types_1 = require("./types");

if (route) {
req.__ot_middlewares = [route];
const rpcMetadata = core_1.getRPCMetadata(api_1.context.active());
if (rpcMetadata) {
rpcMetadata.route = route;
}
}

@@ -161,0 +165,0 @@ oldResEnd.apply(res, arguments);

2

dist/src/version.d.ts

@@ -1,2 +0,2 @@

export declare const VERSION = "0.0.0-2021-06-07--07-42";
export declare const VERSION = "0.0.0-2021-06-09--06-50";
//# sourceMappingURL=version.d.ts.map

@@ -5,3 +5,3 @@ "use strict";

// this is autogenerated file, see scripts/version-update.js
exports.VERSION = '0.0.0-2021-06-07--07-42';
exports.VERSION = '0.0.0-2021-06-09--06-50';
//# sourceMappingURL=version.js.map
{
"name": "opentelemetry-instrumentation-express",
"version": "0.0.0-2021-06-07--07-42",
"version": "0.0.0-2021-06-09--06-50",
"description": "enhanced open telemetry instrumentation for the `express` web framework",

@@ -35,2 +35,3 @@ "author": "Aspecto.io",

"@opentelemetry/api": "^0.20.0",
"@opentelemetry/core": "^0.20.0",
"@opentelemetry/instrumentation": "^0.20.0",

@@ -49,4 +50,4 @@ "@opentelemetry/semantic-conventions": "^0.20.0"

"mocha": "^8.4.0",
"opentelemetry-instrumentation-mocha": "^0.0.1-rc.0",
"opentelemetry-instrumentation-testing-utils": "^0.0.0-2021-06-07--07-42",
"opentelemetry-instrumentation-mocha": "^0.0.1-rc.1",
"opentelemetry-instrumentation-testing-utils": "^0.0.0-2021-06-09--06-50",
"test-all-versions": "^5.0.1"

@@ -64,3 +65,3 @@ },

},
"gitHead": "bb0e4af3e4a101755c22fdb692be07a6ddeef51d"
"gitHead": "89781f894dff1488c9794fd361dea0b63f4c9be3"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc