Socket
Socket
Sign inDemoInstall

@opentelemetry/instrumentation-http

Package Overview
Dependencies
Maintainers
4
Versions
189
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opentelemetry/instrumentation-http - npm Package Compare versions

Comparing version 0.18.1-alpha.12 to 0.18.1-alpha.13

3

build/src/http.js

@@ -137,6 +137,7 @@ "use strict";

options, ...args) {
var _a;
// Makes sure options will have default HTTPS parameters
if (component === 'https' &&
typeof options === 'object' &&
(options === null || options === void 0 ? void 0 : options.constructor.name) !== 'URL') {
((_a = options === null || options === void 0 ? void 0 : options.constructor) === null || _a === void 0 ? void 0 : _a.name) !== 'URL') {
options = Object.assign({}, options);

@@ -143,0 +144,0 @@ instrumentation._setDefaultOptions(options);

{
"name": "@opentelemetry/instrumentation-http",
"version": "0.18.1-alpha.12+6540b54a",
"version": "0.18.1-alpha.13+445c39fc",
"description": "OpenTelemetry http/https automatic instrumentation package.",

@@ -44,6 +44,6 @@ "main": "build/src/index.js",

"devDependencies": {
"@opentelemetry/context-async-hooks": "^0.18.1-alpha.12+6540b54a",
"@opentelemetry/core": "^0.18.1-alpha.12+6540b54a",
"@opentelemetry/node": "^0.18.1-alpha.12+6540b54a",
"@opentelemetry/tracing": "^0.18.1-alpha.12+6540b54a",
"@opentelemetry/context-async-hooks": "^0.18.0",
"@opentelemetry/core": "^0.18.0",
"@opentelemetry/node": "^0.18.1-alpha.13+445c39fc",
"@opentelemetry/tracing": "^0.18.1-alpha.13+445c39fc",
"@types/got": "9.6.11",

@@ -74,7 +74,7 @@ "@types/mocha": "8.2.0",

"@opentelemetry/api": "^0.18.0",
"@opentelemetry/instrumentation": "^0.18.1-alpha.12+6540b54a",
"@opentelemetry/semantic-conventions": "^0.18.1-alpha.12+6540b54a",
"@opentelemetry/instrumentation": "^0.18.0",
"@opentelemetry/semantic-conventions": "^0.18.1-alpha.13+445c39fc",
"semver": "^7.1.3"
},
"gitHead": "6540b54a8bd49746e164ab730269188237f89b1c"
"gitHead": "445c39fcd54675d455115e22605b6cf3434eb071"
}

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