Huge News!Announcing our $40M Series B led by Abstract Ventures.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.24.1-alpha.14 to 0.24.1-alpha.15

7

build/esm/zipkin.js

@@ -67,7 +67,10 @@ /*

resultCallback(result);
var index = _this._sendingPromises.indexOf(promise);
_this._sendingPromises.splice(index, 1);
});
});
this._sendingPromises.push(promise);
var popPromise = function () {
var index = _this._sendingPromises.indexOf(promise);
_this._sendingPromises.splice(index, 1);
};
promise.then(popPromise, popPromise);
};

@@ -74,0 +77,0 @@ /**

@@ -66,7 +66,10 @@ "use strict";

resultCallback(result);
const index = this._sendingPromises.indexOf(promise);
this._sendingPromises.splice(index, 1);
});
});
this._sendingPromises.push(promise);
const popPromise = () => {
const index = this._sendingPromises.indexOf(promise);
this._sendingPromises.splice(index, 1);
};
promise.then(popPromise, popPromise);
}

@@ -73,0 +76,0 @@ /**

{
"name": "@opentelemetry/exporter-zipkin",
"version": "0.24.1-alpha.14+4553b29d",
"version": "0.24.1-alpha.15+90ea0fed",
"description": "OpenTelemetry Zipkin Exporter allows the user to send collected traces to Zipkin.",

@@ -85,8 +85,8 @@ "main": "build/src/index.js",

"dependencies": {
"@opentelemetry/core": "^0.24.1-alpha.14+4553b29d",
"@opentelemetry/resources": "^0.24.1-alpha.14+4553b29d",
"@opentelemetry/sdk-trace-base": "^0.24.1-alpha.14+4553b29d",
"@opentelemetry/core": "^0.24.0",
"@opentelemetry/resources": "^0.24.0",
"@opentelemetry/sdk-trace-base": "^0.24.0",
"@opentelemetry/semantic-conventions": "^0.24.0"
},
"gitHead": "4553b29d4a04b5b7e4bf87cad64dc2fc8c740d8e"
"gitHead": "90ea0fed52f406005550862f9b645803f89e36a9"
}

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