New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@opentelemetry/exporter-jaeger

Package Overview
Dependencies
Maintainers
4
Versions
206
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opentelemetry/exporter-jaeger - npm Package Compare versions

Comparing version 0.13.0 to 0.14.0

4

build/src/transform.js

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

}
// Ensure that if Status.Code is not OK, that we set the "error" tag on the
// Ensure that if Status.Code is ERROR, that we set the "error" tag on the
// Jaeger span.
if (span.status.code !== api_1.StatusCode.OK) {
if (span.status.code === api_1.StatusCode.ERROR) {
tags.push({ key: 'error', value: true });

@@ -45,0 +45,0 @@ }

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

export declare const VERSION = "0.13.0";
export declare const VERSION = "0.14.0";
//# sourceMappingURL=version.d.ts.map

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

// this is autogenerated file, see scripts/version-update.js
exports.VERSION = '0.13.0';
exports.VERSION = '0.14.0';
//# sourceMappingURL=version.js.map
{
"name": "@opentelemetry/exporter-jaeger",
"version": "0.13.0",
"version": "0.14.0",
"description": "OpenTelemetry Exporter Jaeger allows user to send collected traces to Jaeger",

@@ -45,5 +45,5 @@ "main": "build/src/index.js",

"devDependencies": {
"@opentelemetry/resources": "^0.13.0",
"@types/mocha": "8.0.4",
"@types/node": "14.14.10",
"@opentelemetry/resources": "^0.14.0",
"@types/mocha": "8.2.0",
"@types/node": "14.14.12",
"@types/sinon": "9.0.9",

@@ -56,14 +56,14 @@ "codecov": "3.8.1",

"rimraf": "3.0.2",
"sinon": "9.2.1",
"sinon": "9.2.2",
"ts-mocha": "8.0.0",
"ts-node": "9.0.0",
"ts-node": "9.1.1",
"typescript": "3.9.7"
},
"dependencies": {
"@opentelemetry/api": "^0.13.0",
"@opentelemetry/core": "^0.13.0",
"@opentelemetry/tracing": "^0.13.0",
"@opentelemetry/api": "^0.14.0",
"@opentelemetry/core": "^0.14.0",
"@opentelemetry/tracing": "^0.14.0",
"jaeger-client": "^3.15.0"
},
"gitHead": "86cbd6798f9318c5920f9d9055f289a1c3f26500"
"gitHead": "27a8d4530c56257c191468b073669909bf8892a1"
}

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