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

@opentelemetry/exporter-zipkin

Package Overview
Dependencies
Maintainers
4
Versions
211
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opentelemetry/exporter-zipkin - npm Package Compare versions

Comparing version 0.18.1-alpha.16 to 0.18.1-alpha.19

2

build/src/platform/browser/util.js

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

let xhrHeaders;
const useBeacon = navigator.sendBeacon && !headers;
const useBeacon = typeof navigator.sendBeacon === 'function' && !headers;
if (headers) {

@@ -29,0 +29,0 @@ xhrHeaders = Object.assign({ Accept: 'application/json', 'Content-Type': 'application/json' }, headers);

{
"name": "@opentelemetry/exporter-zipkin",
"version": "0.18.1-alpha.16+f045eef8",
"version": "0.18.1-alpha.19+961fdd4d",
"description": "OpenTelemetry Zipkin Exporter allows the user to send collected traces to Zipkin.",

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

"@opentelemetry/resources": "^0.18.0",
"@opentelemetry/tracing": "^0.18.1-alpha.16+f045eef8"
"@opentelemetry/tracing": "^0.18.0"
},
"gitHead": "f045eef8b02e6dda452aab3cdbeaf78b225c2fd4"
"gitHead": "961fdd4d03368e76b6fc8ea9dfba8c63346ba9cd"
}

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