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

@opentelemetry/exporter-collector

Package Overview
Dependencies
Maintainers
4
Versions
167
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opentelemetry/exporter-collector - npm Package Compare versions

Comparing version 0.25.1-alpha.16 to 0.25.1-alpha.17

1

build/esm/platform/node/CollectorExporterNodeBase.js

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

_this.DEFAULT_HEADERS = {};
// eslint-disable-next-line @typescript-eslint/no-explicit-any
if (config.metadata) {

@@ -48,0 +49,0 @@ diag.warn('Metadata cannot be set when using http');

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

(function (Span) {
// eslint-disable-next-line @typescript-eslint/no-shadow
var SpanKind;

@@ -126,0 +127,0 @@ (function (SpanKind) {

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

this.DEFAULT_HEADERS = {};
// eslint-disable-next-line @typescript-eslint/no-explicit-any
if (config.metadata) {

@@ -34,0 +35,0 @@ api_1.diag.warn('Metadata cannot be set when using http');

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

(function (Span) {
// eslint-disable-next-line @typescript-eslint/no-shadow
let SpanKind;

@@ -113,0 +114,0 @@ (function (SpanKind) {

6

package.json
{
"name": "@opentelemetry/exporter-collector",
"version": "0.25.1-alpha.16+63f67010",
"version": "0.25.1-alpha.17+ec90f10b",
"description": "OpenTelemetry Collector Exporter allows user to send collected traces to the OpenTelemetry Collector",

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

"@opentelemetry/sdk-metrics-base": "^0.25.0",
"@opentelemetry/sdk-trace-base": "^0.25.1-alpha.16+63f67010"
"@opentelemetry/sdk-trace-base": "^0.25.0"
},
"gitHead": "63f6701081e3e4a7eb964bb82cbd8cbc2eaad347"
"gitHead": "ec90f10bf8dad45bdb6da58b31be32d1340d92a3"
}

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc