Socket
Socket
Sign inDemoInstall

@opentelemetry/otlp-exporter-base

Package Overview
Dependencies
3
Maintainers
2
Versions
35
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.35.0 to 0.35.1

6

build/esm/index.d.ts

@@ -1,5 +0,5 @@

export * from './OTLPExporterBase';
export * from './platform';
export * from './types';
export * from './util';
export { OTLPExporterBase } from './OTLPExporterBase';
export { OTLPExporterError, OTLPExporterConfigBase, ExportServiceError, } from './types';
export { parseHeaders, appendResourcePathToUrl, appendRootPathToUrlIfNeeded, configureExporterTimeout, invalidTimeout, } from './util';
//# sourceMappingURL=index.d.ts.map

@@ -16,6 +16,6 @@ /*

*/
export * from './OTLPExporterBase';
export * from './platform';
export * from './types';
export * from './util';
export { OTLPExporterBase } from './OTLPExporterBase';
export { OTLPExporterError, } from './types';
export { parseHeaders, appendResourcePathToUrl, appendRootPathToUrlIfNeeded, configureExporterTimeout, invalidTimeout, } from './util';
//# sourceMappingURL=index.js.map

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

export * from './OTLPExporterBrowserBase';
export { OTLPExporterBrowserBase } from './OTLPExporterBrowserBase';
export { sendWithXhr } from './util';
//# sourceMappingURL=index.d.ts.map

@@ -16,3 +16,4 @@ /*

*/
export * from './OTLPExporterBrowserBase';
export { OTLPExporterBrowserBase } from './OTLPExporterBrowserBase';
export { sendWithXhr } from './util';
//# sourceMappingURL=index.js.map

@@ -20,3 +20,3 @@ import { OTLPExporterError } from '../../types';

*/
export declare function sendWithXhr(body: string, url: string, headers: Record<string, string>, exporterTimeout: number, onSuccess: () => void, onError: (error: OTLPExporterError) => void): void;
export declare function sendWithXhr(body: string | Blob, url: string, headers: Record<string, string>, exporterTimeout: number, onSuccess: () => void, onError: (error: OTLPExporterError) => void): void;
//# sourceMappingURL=util.d.ts.map

@@ -1,3 +0,3 @@

export * from './node';
export { OTLPExporterBrowserBase } from './browser';
export { OTLPExporterNodeBase, sendWithHttp, createHttpAgent, configureCompression, OTLPExporterNodeConfigBase, CompressionAlgorithm, } from './node';
export { OTLPExporterBrowserBase, sendWithXhr } from './browser';
//# sourceMappingURL=index.d.ts.map

@@ -16,4 +16,4 @@ /*

*/
export * from './node';
export { OTLPExporterBrowserBase } from './browser';
export { OTLPExporterNodeBase, sendWithHttp, createHttpAgent, configureCompression, CompressionAlgorithm, } from './node';
export { OTLPExporterBrowserBase, sendWithXhr } from './browser';
//# sourceMappingURL=index.js.map

@@ -1,4 +0,4 @@

export * from './OTLPExporterNodeBase';
export * from './util';
export * from './types';
export { OTLPExporterNodeBase } from './OTLPExporterNodeBase';
export { sendWithHttp, createHttpAgent, configureCompression } from './util';
export { OTLPExporterNodeConfigBase, CompressionAlgorithm } from './types';
//# sourceMappingURL=index.d.ts.map

@@ -16,5 +16,5 @@ /*

*/
export * from './OTLPExporterNodeBase';
export * from './util';
export * from './types';
export { OTLPExporterNodeBase } from './OTLPExporterNodeBase';
export { sendWithHttp, createHttpAgent, configureCompression } from './util';
export { CompressionAlgorithm } from './types';
//# sourceMappingURL=index.js.map

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

export declare const VERSION = "0.35.0";
export declare const VERSION = "0.35.1";
//# sourceMappingURL=version.d.ts.map

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

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

@@ -1,5 +0,5 @@

export * from './OTLPExporterBase';
export * from './platform';
export * from './types';
export * from './util';
export { OTLPExporterBase } from './OTLPExporterBase';
export { OTLPExporterError, OTLPExporterConfigBase, ExportServiceError, } from './types';
export { parseHeaders, appendResourcePathToUrl, appendRootPathToUrlIfNeeded, configureExporterTimeout, invalidTimeout, } from './util';
//# sourceMappingURL=index.d.ts.map

@@ -16,6 +16,6 @@ /*

*/
export * from './OTLPExporterBase';
export * from './platform';
export * from './types';
export * from './util';
export { OTLPExporterBase } from './OTLPExporterBase';
export { OTLPExporterError, } from './types';
export { parseHeaders, appendResourcePathToUrl, appendRootPathToUrlIfNeeded, configureExporterTimeout, invalidTimeout, } from './util';
//# sourceMappingURL=index.js.map

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

export * from './OTLPExporterBrowserBase';
export { OTLPExporterBrowserBase } from './OTLPExporterBrowserBase';
export { sendWithXhr } from './util';
//# sourceMappingURL=index.d.ts.map

@@ -16,3 +16,4 @@ /*

*/
export * from './OTLPExporterBrowserBase';
export { OTLPExporterBrowserBase } from './OTLPExporterBrowserBase';
export { sendWithXhr } from './util';
//# sourceMappingURL=index.js.map

@@ -20,3 +20,3 @@ import { OTLPExporterError } from '../../types';

*/
export declare function sendWithXhr(body: string, url: string, headers: Record<string, string>, exporterTimeout: number, onSuccess: () => void, onError: (error: OTLPExporterError) => void): void;
export declare function sendWithXhr(body: string | Blob, url: string, headers: Record<string, string>, exporterTimeout: number, onSuccess: () => void, onError: (error: OTLPExporterError) => void): void;
//# sourceMappingURL=util.d.ts.map

@@ -1,3 +0,3 @@

export * from './node';
export { OTLPExporterBrowserBase } from './browser';
export { OTLPExporterNodeBase, sendWithHttp, createHttpAgent, configureCompression, OTLPExporterNodeConfigBase, CompressionAlgorithm, } from './node';
export { OTLPExporterBrowserBase, sendWithXhr } from './browser';
//# sourceMappingURL=index.d.ts.map

@@ -16,4 +16,4 @@ /*

*/
export * from './node';
export { OTLPExporterBrowserBase } from './browser';
export { OTLPExporterNodeBase, sendWithHttp, createHttpAgent, configureCompression, CompressionAlgorithm, } from './node';
export { OTLPExporterBrowserBase, sendWithXhr } from './browser';
//# sourceMappingURL=index.js.map

@@ -1,4 +0,4 @@

export * from './OTLPExporterNodeBase';
export * from './util';
export * from './types';
export { OTLPExporterNodeBase } from './OTLPExporterNodeBase';
export { sendWithHttp, createHttpAgent, configureCompression } from './util';
export { OTLPExporterNodeConfigBase, CompressionAlgorithm } from './types';
//# sourceMappingURL=index.d.ts.map

@@ -16,5 +16,5 @@ /*

*/
export * from './OTLPExporterNodeBase';
export * from './util';
export * from './types';
export { OTLPExporterNodeBase } from './OTLPExporterNodeBase';
export { sendWithHttp, createHttpAgent, configureCompression } from './util';
export { CompressionAlgorithm } from './types';
//# sourceMappingURL=index.js.map

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

export declare const VERSION = "0.35.0";
export declare const VERSION = "0.35.1";
//# sourceMappingURL=version.d.ts.map

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

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

@@ -1,5 +0,5 @@

export * from './OTLPExporterBase';
export * from './platform';
export * from './types';
export * from './util';
export { OTLPExporterBase } from './OTLPExporterBase';
export { OTLPExporterError, OTLPExporterConfigBase, ExportServiceError, } from './types';
export { parseHeaders, appendResourcePathToUrl, appendRootPathToUrlIfNeeded, configureExporterTimeout, invalidTimeout, } from './util';
//# sourceMappingURL=index.d.ts.map

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

Object.defineProperty(exports, "__esModule", { value: true });
exports.invalidTimeout = exports.configureExporterTimeout = exports.appendRootPathToUrlIfNeeded = exports.appendResourcePathToUrl = exports.parseHeaders = exports.OTLPExporterError = exports.OTLPExporterBase = void 0;
/*

@@ -29,6 +30,13 @@ * Copyright The OpenTelemetry Authors

*/
__exportStar(require("./OTLPExporterBase"), exports);
__exportStar(require("./platform"), exports);
__exportStar(require("./types"), exports);
__exportStar(require("./util"), exports);
var OTLPExporterBase_1 = require("./OTLPExporterBase");
Object.defineProperty(exports, "OTLPExporterBase", { enumerable: true, get: function () { return OTLPExporterBase_1.OTLPExporterBase; } });
var types_1 = require("./types");
Object.defineProperty(exports, "OTLPExporterError", { enumerable: true, get: function () { return types_1.OTLPExporterError; } });
var util_1 = require("./util");
Object.defineProperty(exports, "parseHeaders", { enumerable: true, get: function () { return util_1.parseHeaders; } });
Object.defineProperty(exports, "appendResourcePathToUrl", { enumerable: true, get: function () { return util_1.appendResourcePathToUrl; } });
Object.defineProperty(exports, "appendRootPathToUrlIfNeeded", { enumerable: true, get: function () { return util_1.appendRootPathToUrlIfNeeded; } });
Object.defineProperty(exports, "configureExporterTimeout", { enumerable: true, get: function () { return util_1.configureExporterTimeout; } });
Object.defineProperty(exports, "invalidTimeout", { enumerable: true, get: function () { return util_1.invalidTimeout; } });
//# sourceMappingURL=index.js.map

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

export * from './OTLPExporterBrowserBase';
export { OTLPExporterBrowserBase } from './OTLPExporterBrowserBase';
export { sendWithXhr } from './util';
//# sourceMappingURL=index.d.ts.map

@@ -17,14 +17,8 @@ "use strict";

*/
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
};
Object.defineProperty(exports, "__esModule", { value: true });
__exportStar(require("./OTLPExporterBrowserBase"), exports);
exports.sendWithXhr = exports.OTLPExporterBrowserBase = void 0;
var OTLPExporterBrowserBase_1 = require("./OTLPExporterBrowserBase");
Object.defineProperty(exports, "OTLPExporterBrowserBase", { enumerable: true, get: function () { return OTLPExporterBrowserBase_1.OTLPExporterBrowserBase; } });
var util_1 = require("./util");
Object.defineProperty(exports, "sendWithXhr", { enumerable: true, get: function () { return util_1.sendWithXhr; } });
//# sourceMappingURL=index.js.map

@@ -20,3 +20,3 @@ import { OTLPExporterError } from '../../types';

*/
export declare function sendWithXhr(body: string, url: string, headers: Record<string, string>, exporterTimeout: number, onSuccess: () => void, onError: (error: OTLPExporterError) => void): void;
export declare function sendWithXhr(body: string | Blob, url: string, headers: Record<string, string>, exporterTimeout: number, onSuccess: () => void, onError: (error: OTLPExporterError) => void): void;
//# sourceMappingURL=util.d.ts.map

@@ -1,3 +0,3 @@

export * from './node';
export { OTLPExporterBrowserBase } from './browser';
export { OTLPExporterNodeBase, sendWithHttp, createHttpAgent, configureCompression, OTLPExporterNodeConfigBase, CompressionAlgorithm, } from './node';
export { OTLPExporterBrowserBase, sendWithXhr } from './browser';
//# sourceMappingURL=index.d.ts.map
"use strict";
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.OTLPExporterBrowserBase = void 0;
/*

@@ -29,5 +17,13 @@ * Copyright The OpenTelemetry Authors

*/
__exportStar(require("./node"), exports);
Object.defineProperty(exports, "__esModule", { value: true });
exports.sendWithXhr = exports.OTLPExporterBrowserBase = exports.CompressionAlgorithm = exports.configureCompression = exports.createHttpAgent = exports.sendWithHttp = exports.OTLPExporterNodeBase = void 0;
var node_1 = require("./node");
Object.defineProperty(exports, "OTLPExporterNodeBase", { enumerable: true, get: function () { return node_1.OTLPExporterNodeBase; } });
Object.defineProperty(exports, "sendWithHttp", { enumerable: true, get: function () { return node_1.sendWithHttp; } });
Object.defineProperty(exports, "createHttpAgent", { enumerable: true, get: function () { return node_1.createHttpAgent; } });
Object.defineProperty(exports, "configureCompression", { enumerable: true, get: function () { return node_1.configureCompression; } });
Object.defineProperty(exports, "CompressionAlgorithm", { enumerable: true, get: function () { return node_1.CompressionAlgorithm; } });
var browser_1 = require("./browser");
Object.defineProperty(exports, "OTLPExporterBrowserBase", { enumerable: true, get: function () { return browser_1.OTLPExporterBrowserBase; } });
Object.defineProperty(exports, "sendWithXhr", { enumerable: true, get: function () { return browser_1.sendWithXhr; } });
//# sourceMappingURL=index.js.map

@@ -1,4 +0,4 @@

export * from './OTLPExporterNodeBase';
export * from './util';
export * from './types';
export { OTLPExporterNodeBase } from './OTLPExporterNodeBase';
export { sendWithHttp, createHttpAgent, configureCompression } from './util';
export { OTLPExporterNodeConfigBase, CompressionAlgorithm } from './types';
//# sourceMappingURL=index.d.ts.map

@@ -17,16 +17,12 @@ "use strict";

*/
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
};
Object.defineProperty(exports, "__esModule", { value: true });
__exportStar(require("./OTLPExporterNodeBase"), exports);
__exportStar(require("./util"), exports);
__exportStar(require("./types"), exports);
exports.CompressionAlgorithm = exports.configureCompression = exports.createHttpAgent = exports.sendWithHttp = exports.OTLPExporterNodeBase = void 0;
var OTLPExporterNodeBase_1 = require("./OTLPExporterNodeBase");
Object.defineProperty(exports, "OTLPExporterNodeBase", { enumerable: true, get: function () { return OTLPExporterNodeBase_1.OTLPExporterNodeBase; } });
var util_1 = require("./util");
Object.defineProperty(exports, "sendWithHttp", { enumerable: true, get: function () { return util_1.sendWithHttp; } });
Object.defineProperty(exports, "createHttpAgent", { enumerable: true, get: function () { return util_1.createHttpAgent; } });
Object.defineProperty(exports, "configureCompression", { enumerable: true, get: function () { return util_1.configureCompression; } });
var types_1 = require("./types");
Object.defineProperty(exports, "CompressionAlgorithm", { enumerable: true, get: function () { return types_1.CompressionAlgorithm; } });
//# sourceMappingURL=index.js.map

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

export declare const VERSION = "0.35.0";
export declare const VERSION = "0.35.1";
//# sourceMappingURL=version.d.ts.map

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

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

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

"dependencies": {
"@opentelemetry/core": "1.9.0"
"@opentelemetry/core": "1.9.1"
},

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

"sideEffects": false,
"gitHead": "08f597f3a3d71a4852b0afbba120af15ca038121"
"gitHead": "279458e7ddf16f7ddca5fe60c78672e05fafce66"
}

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

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

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc