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
207
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.31 to 0.25.1-alpha.21

2

build/esm/transform.d.ts
import * as api from '@opentelemetry/api';
import { ReadableSpan, TimedEvent } from '@opentelemetry/tracing';
import { ReadableSpan, TimedEvent } from '@opentelemetry/sdk-trace-base';
import * as zipkinTypes from './types';

@@ -4,0 +4,0 @@ import { Resource } from '@opentelemetry/resources';

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

export declare const VERSION = "0.24.0";
export declare const VERSION = "0.25.0";
//# sourceMappingURL=version.d.ts.map

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

// this is autogenerated file, see scripts/version-update.js
export var VERSION = '0.24.0';
export var VERSION = '0.25.0';
//# sourceMappingURL=version.js.map
import { ExportResult } from '@opentelemetry/core';
import { SpanExporter, ReadableSpan } from '@opentelemetry/tracing';
import { SpanExporter, ReadableSpan } from '@opentelemetry/sdk-trace-base';
import * as zipkinTypes from './types';

@@ -4,0 +4,0 @@ /**

@@ -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 @@ /**

import * as api from '@opentelemetry/api';
import { ReadableSpan, TimedEvent } from '@opentelemetry/tracing';
import { ReadableSpan, TimedEvent } from '@opentelemetry/sdk-trace-base';
import * as zipkinTypes from './types';

@@ -4,0 +4,0 @@ import { Resource } from '@opentelemetry/resources';

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

export declare const VERSION = "0.24.0";
export declare const VERSION = "0.25.0";
//# sourceMappingURL=version.d.ts.map

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

// this is autogenerated file, see scripts/version-update.js
exports.VERSION = '0.24.0';
exports.VERSION = '0.25.0';
//# sourceMappingURL=version.js.map
import { ExportResult } from '@opentelemetry/core';
import { SpanExporter, ReadableSpan } from '@opentelemetry/tracing';
import { SpanExporter, ReadableSpan } from '@opentelemetry/sdk-trace-base';
import * as zipkinTypes from './types';

@@ -4,0 +4,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.31+fd2410cc",
"version": "0.25.1-alpha.21+0ef1fc28",
"description": "OpenTelemetry Zipkin Exporter allows the user to send collected traces to Zipkin.",

@@ -54,6 +54,6 @@ "main": "build/src/index.js",

"devDependencies": {
"@babel/core": "7.14.8",
"@opentelemetry/api": "^1.0.1",
"@babel/core": "7.15.0",
"@opentelemetry/api": "^1.0.2",
"@types/mocha": "8.2.3",
"@types/node": "14.17.5",
"@types/node": "14.17.9",
"@types/sinon": "10.0.2",

@@ -79,15 +79,15 @@ "@types/webpack-env": "1.16.2",

"webpack": "4.46.0",
"webpack-cli": "4.7.2",
"webpack-cli": "4.8.0",
"webpack-merge": "5.8.0"
},
"peerDependencies": {
"@opentelemetry/api": "^1.0.1"
"@opentelemetry/api": "^1.0.2"
},
"dependencies": {
"@opentelemetry/core": "^0.24.1-alpha.31+fd2410cc",
"@opentelemetry/resources": "^0.24.1-alpha.31+fd2410cc",
"@opentelemetry/semantic-conventions": "^0.24.1-alpha.31+fd2410cc",
"@opentelemetry/tracing": "^0.24.1-alpha.31+fd2410cc"
"@opentelemetry/core": "^0.25.1-alpha.21+0ef1fc28",
"@opentelemetry/resources": "^0.25.1-alpha.21+0ef1fc28",
"@opentelemetry/sdk-trace-base": "^0.25.1-alpha.21+0ef1fc28",
"@opentelemetry/semantic-conventions": "^0.25.1-alpha.21+0ef1fc28"
},
"gitHead": "fd2410cc9e8d43210b6ea44b8193fa70ee900499"
"gitHead": "0ef1fc28d366b74d98b73b5d6334ffdc75342fe2"
}

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