Socket
Socket
Sign inDemoInstall

@opentelemetry/sdk-trace-base

Package Overview
Dependencies
4
Maintainers
2
Versions
54
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.0 to 1.3.0

3

build/esm/export/ConsoleSpanExporter.js

@@ -67,2 +67,3 @@ /*

events: span.events,
links: span.links
};

@@ -80,3 +81,3 @@ };

var span = spans_1_1.value;
console.log(this._exportInfo(span));
console.dir(this._exportInfo(span), { depth: 3 });
}

@@ -83,0 +84,0 @@ }

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

export declare const VERSION = "1.2.0";
export declare const VERSION = "1.3.0";
//# sourceMappingURL=version.d.ts.map

@@ -17,3 +17,3 @@ /*

// this is autogenerated file, see scripts/version-update.js
export var VERSION = '1.2.0';
export var VERSION = '1.3.0';
//# sourceMappingURL=version.js.map

@@ -54,2 +54,3 @@ /*

events: span.events,
links: span.links
};

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

for (const span of spans) {
console.log(this._exportInfo(span));
console.dir(this._exportInfo(span), { depth: 3 });
}

@@ -67,0 +68,0 @@ if (done) {

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

export declare const VERSION = "1.2.0";
export declare const VERSION = "1.3.0";
//# sourceMappingURL=version.d.ts.map

@@ -17,3 +17,3 @@ /*

// this is autogenerated file, see scripts/version-update.js
export const VERSION = '1.2.0';
export const VERSION = '1.3.0';
//# sourceMappingURL=version.js.map

@@ -57,2 +57,3 @@ "use strict";

events: span.events,
links: span.links
};

@@ -67,3 +68,3 @@ }

for (const span of spans) {
console.log(this._exportInfo(span));
console.dir(this._exportInfo(span), { depth: 3 });
}

@@ -70,0 +71,0 @@ if (done) {

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

export declare const VERSION = "1.2.0";
export declare const VERSION = "1.3.0";
//# sourceMappingURL=version.d.ts.map

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

// this is autogenerated file, see scripts/version-update.js
exports.VERSION = '1.2.0';
exports.VERSION = '1.3.0';
//# sourceMappingURL=version.js.map
{
"name": "@opentelemetry/sdk-trace-base",
"version": "1.2.0",
"version": "1.3.0",
"description": "OpenTelemetry Tracing",

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

"ts-loader": "8.3.0",
"ts-mocha": "8.0.0",
"ts-mocha": "9.0.2",
"typescript": "4.4.4",

@@ -92,7 +92,7 @@ "webpack": "4.46.0"

"dependencies": {
"@opentelemetry/core": "1.2.0",
"@opentelemetry/resources": "1.2.0",
"@opentelemetry/semantic-conventions": "1.2.0"
"@opentelemetry/core": "1.3.0",
"@opentelemetry/resources": "1.3.0",
"@opentelemetry/semantic-conventions": "1.3.0"
},
"gitHead": "a0a670a03fd35b0799bee8cc466f79e93b5b6dd2"
"gitHead": "eda0b092db484855ded8b4837ba7fc19a377c5a7"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc