Socket
Socket
Sign inDemoInstall

@opentelemetry/tracing

Package Overview
Dependencies
Maintainers
4
Versions
143
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opentelemetry/tracing - npm Package Compare versions

Comparing version 0.19.1-alpha.41 to 0.19.1-alpha.43

4

build/esm/BasicTracerProvider.js

@@ -43,4 +43,4 @@ /*

var mergedConfig = merge({}, DEFAULT_CONFIG, config);
this.resource =
(_a = mergedConfig.resource) !== null && _a !== void 0 ? _a : Resource.createTelemetrySDKResource();
this.resource = (_a = mergedConfig.resource) !== null && _a !== void 0 ? _a : Resource.empty();
this.resource = Resource.default().merge(this.resource);
this._config = Object.assign({}, mergedConfig, {

@@ -47,0 +47,0 @@ resource: this.resource,

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

const mergedConfig = merge({}, config_1.DEFAULT_CONFIG, config);
this.resource =
(_a = mergedConfig.resource) !== null && _a !== void 0 ? _a : resources_1.Resource.createTelemetrySDKResource();
this.resource = (_a = mergedConfig.resource) !== null && _a !== void 0 ? _a : resources_1.Resource.empty();
this.resource = resources_1.Resource.default().merge(this.resource);
this._config = Object.assign({}, mergedConfig, {

@@ -49,0 +49,0 @@ resource: this.resource,

{
"name": "@opentelemetry/tracing",
"version": "0.19.1-alpha.41+7fa4ff70",
"version": "0.19.1-alpha.43+d5517812",
"description": "OpenTelemetry Tracing",

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

"ts-node": "9.1.1",
"typescript": "4.2.4",
"typescript": "4.3.2",
"webpack": "4.46.0"

@@ -85,8 +85,8 @@ },

"dependencies": {
"@opentelemetry/core": "^0.19.0",
"@opentelemetry/resources": "^0.19.0",
"@opentelemetry/semantic-conventions": "^0.19.0",
"@opentelemetry/core": "^0.19.1-alpha.43+d5517812",
"@opentelemetry/resources": "^0.19.1-alpha.43+d5517812",
"@opentelemetry/semantic-conventions": "^0.19.1-alpha.43+d5517812",
"lodash.merge": "^4.6.2"
},
"gitHead": "7fa4ff70d1aad5875cb14c6bff99c838228447bb"
"gitHead": "d5517812b31d9206131bf1df4f8a3b5183ab07fb"
}

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