Socket
Socket
Sign inDemoInstall

@opentelemetry/otlp-exporter-base

Package Overview
Dependencies
Maintainers
3
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opentelemetry/otlp-exporter-base - npm Package Compare versions

Comparing version 0.39.1 to 0.40.0

4

build/esm/OTLPExporterBase.d.ts

@@ -29,2 +29,6 @@ import { ExportResult, BindOnceFuture } from '@opentelemetry/core';

/**
* Exports any pending spans in the exporter
*/
forceFlush(): Promise<void>;
/**
* Called by _shutdownOnce with BindOnceFuture

@@ -31,0 +35,0 @@ */

12

build/esm/OTLPExporterBase.js

@@ -90,2 +90,10 @@ /*

/**
* Exports any pending spans in the exporter
*/
OTLPExporterBase.prototype.forceFlush = function () {
return Promise.all(this._sendingPromises).then(function () {
/** ignore resolved values */
});
};
/**
* Called by _shutdownOnce with BindOnceFuture

@@ -96,5 +104,3 @@ */

this.onShutdown();
return Promise.all(this._sendingPromises).then(function () {
/** ignore resolved values */
});
return this.forceFlush();
};

@@ -101,0 +107,0 @@ return OTLPExporterBase;

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

export declare const VERSION = "0.39.1";
export declare const VERSION = "0.40.0";
//# sourceMappingURL=version.d.ts.map

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

// this is autogenerated file, see scripts/version-update.js
export var VERSION = '0.39.1';
export var VERSION = '0.40.0';
//# sourceMappingURL=version.js.map

@@ -29,2 +29,6 @@ import { ExportResult, BindOnceFuture } from '@opentelemetry/core';

/**
* Exports any pending spans in the exporter
*/
forceFlush(): Promise<void>;
/**
* Called by _shutdownOnce with BindOnceFuture

@@ -31,0 +35,0 @@ */

@@ -88,2 +88,10 @@ /*

/**
* Exports any pending spans in the exporter
*/
forceFlush() {
return Promise.all(this._sendingPromises).then(() => {
/** ignore resolved values */
});
}
/**
* Called by _shutdownOnce with BindOnceFuture

@@ -94,7 +102,5 @@ */

this.onShutdown();
return Promise.all(this._sendingPromises).then(() => {
/** ignore resolved values */
});
return this.forceFlush();
}
}
//# sourceMappingURL=OTLPExporterBase.js.map

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

export declare const VERSION = "0.39.1";
export declare const VERSION = "0.40.0";
//# sourceMappingURL=version.d.ts.map

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

// this is autogenerated file, see scripts/version-update.js
export const VERSION = '0.39.1';
export const VERSION = '0.40.0';
//# sourceMappingURL=version.js.map

@@ -29,2 +29,6 @@ import { ExportResult, BindOnceFuture } from '@opentelemetry/core';

/**
* Exports any pending spans in the exporter
*/
forceFlush(): Promise<void>;
/**
* Called by _shutdownOnce with BindOnceFuture

@@ -31,0 +35,0 @@ */

@@ -91,2 +91,10 @@ "use strict";

/**
* Exports any pending spans in the exporter
*/
forceFlush() {
return Promise.all(this._sendingPromises).then(() => {
/** ignore resolved values */
});
}
/**
* Called by _shutdownOnce with BindOnceFuture

@@ -97,5 +105,3 @@ */

this.onShutdown();
return Promise.all(this._sendingPromises).then(() => {
/** ignore resolved values */
});
return this.forceFlush();
}

@@ -102,0 +108,0 @@ }

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

export declare const VERSION = "0.39.1";
export declare const VERSION = "0.40.0";
//# sourceMappingURL=version.d.ts.map

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

// this is autogenerated file, see scripts/version-update.js
exports.VERSION = '0.39.1';
exports.VERSION = '0.40.0';
//# sourceMappingURL=version.js.map
{
"name": "@opentelemetry/otlp-exporter-base",
"version": "0.39.1",
"version": "0.40.0",
"description": "OpenTelemetry OTLP Exporter base (for internal use only)",

@@ -64,3 +64,3 @@ "main": "build/src/index.js",

"dependencies": {
"@opentelemetry/core": "1.13.0"
"@opentelemetry/core": "1.14.0"
},

@@ -87,3 +87,3 @@ "devDependencies": {

"sideEffects": false,
"gitHead": "bba09c0e5a6d92fc71ed08028966ae9d56da53db"
"gitHead": "edebbcc757535bc88f01340409dbbecc0bb6ccf8"
}

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

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