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-12-26--12-31 to 0.0.0-2022-04-13--14-32

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

# [0.27.0](https://github.com/aspecto-io/opentelemetry-ext-js/compare/opentelemetry-instrumentation-express@0.26.1...opentelemetry-instrumentation-express@0.27.0) (2021-12-27)
**Note:** Version bump only for package opentelemetry-instrumentation-express
## [0.26.1](https://github.com/aspecto-io/opentelemetry-ext-js/compare/opentelemetry-instrumentation-express@0.26.0...opentelemetry-instrumentation-express@0.26.1) (2021-11-29)

@@ -8,0 +16,0 @@

3

dist/src/express.js

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

}
oldResEnd.apply(res, arguments);
const origRes = oldResEnd.apply(res, arguments);
span.setAttributes(routeAttributes);

@@ -176,2 +176,3 @@ if (plugin._config.includeHttpAttributes) {

span.end();
return origRes;
};

@@ -178,0 +179,0 @@ next();

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

export declare const VERSION = "0.0.0-2021-12-26--12-31";
export declare const VERSION = "0.0.0-2022-04-13--14-32";
//# 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-12-26--12-31';
exports.VERSION = '0.0.0-2022-04-13--14-32';
//# sourceMappingURL=version.js.map
{
"name": "opentelemetry-instrumentation-express",
"version": "0.0.0-2021-12-26--12-31",
"version": "0.0.0-2022-04-13--14-32",
"description": "enhanced open telemetry instrumentation for the `express` web framework",

@@ -23,4 +23,4 @@ "author": "Aspecto.io",

"prepare": "yarn run build",
"test": "mocha --require opentelemetry-instrumentation-testing-utils",
"test:jaeger": "OTEL_EXPORTER_JAEGER_AGENT_HOST=localhost mocha --require opentelemetry-instrumentation-testing-utils",
"test": "mocha --require @opentelemetry/contrib-test-utils",
"test:jaeger": "OTEL_EXPORTER_JAEGER_AGENT_HOST=localhost mocha --require @opentelemetry/contrib-test-utils",
"watch": "tsc -w",

@@ -40,3 +40,3 @@ "version:update": "node ../../scripts/version-update.js",

"@opentelemetry/core": "^1.0.0",
"@opentelemetry/instrumentation": "^0.26.0",
"@opentelemetry/instrumentation": "^0.27.0",
"@opentelemetry/semantic-conventions": "^1.0.0",

@@ -47,5 +47,6 @@ "parseurl": "~1.3.3",

"devDependencies": {
"@opentelemetry/api": "^1.0.2",
"@opentelemetry/instrumentation-http": "^0.25.0",
"@opentelemetry/sdk-trace-base": "1.0.0",
"@opentelemetry/api": "1.0.2",
"@opentelemetry/contrib-test-utils": "^0.28.0",
"@opentelemetry/instrumentation-http": "^0.27.0",
"@opentelemetry/sdk-trace-base": "1.0.1",
"@types/express": "4.17.8",

@@ -59,3 +60,2 @@ "@types/mocha": "^8.2.2",

"opentelemetry-instrumentation-mocha": "0.0.1-rc.7",
"opentelemetry-instrumentation-testing-utils": "^0.0.0-2021-12-26--12-31",
"test-all-versions": "^5.0.1",

@@ -74,3 +74,3 @@ "typescript": "4.3.4"

},
"gitHead": "591785317c33cddbfec450849d945af05520a0f4"
"gitHead": "2e8247578b4b9efe980868177abdd2e793ea18ee"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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