Socket
Socket
Sign inDemoInstall

@opentelemetry/propagator-b3

Package Overview
Dependencies
Maintainers
3
Versions
118
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opentelemetry/propagator-b3 - npm Package Compare versions

Comparing version 1.25.1 to 1.26.0

6

build/esm/index.d.ts

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

export * from './B3Propagator';
export * from './constants';
export * from './types';
export { B3Propagator } from './B3Propagator';
export { B3_CONTEXT_HEADER, X_B3_FLAGS, X_B3_PARENT_SPAN_ID, X_B3_SAMPLED, X_B3_SPAN_ID, X_B3_TRACE_ID, } from './constants';
export { B3InjectEncoding, B3PropagatorConfig } from './types';
//# sourceMappingURL=index.d.ts.map

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

*/
export * from './B3Propagator';
export * from './constants';
export * from './types';
export { B3Propagator } from './B3Propagator';
export { B3_CONTEXT_HEADER, X_B3_FLAGS, X_B3_PARENT_SPAN_ID, X_B3_SAMPLED, X_B3_SPAN_ID, X_B3_TRACE_ID, } from './constants';
export { B3InjectEncoding } from './types';
//# sourceMappingURL=index.js.map

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

export declare const VERSION = "1.25.1";
export declare const VERSION = "1.26.0";
//# sourceMappingURL=version.d.ts.map

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

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

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

export * from './B3Propagator';
export * from './constants';
export * from './types';
export { B3Propagator } from './B3Propagator';
export { B3_CONTEXT_HEADER, X_B3_FLAGS, X_B3_PARENT_SPAN_ID, X_B3_SAMPLED, X_B3_SPAN_ID, X_B3_TRACE_ID, } from './constants';
export { B3InjectEncoding, B3PropagatorConfig } from './types';
//# sourceMappingURL=index.d.ts.map

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

*/
export * from './B3Propagator';
export * from './constants';
export * from './types';
export { B3Propagator } from './B3Propagator';
export { B3_CONTEXT_HEADER, X_B3_FLAGS, X_B3_PARENT_SPAN_ID, X_B3_SAMPLED, X_B3_SPAN_ID, X_B3_TRACE_ID, } from './constants';
export { B3InjectEncoding } from './types';
//# sourceMappingURL=index.js.map

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

export declare const VERSION = "1.25.1";
export declare const VERSION = "1.26.0";
//# sourceMappingURL=version.d.ts.map

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

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

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

export * from './B3Propagator';
export * from './constants';
export * from './types';
export { B3Propagator } from './B3Propagator';
export { B3_CONTEXT_HEADER, X_B3_FLAGS, X_B3_PARENT_SPAN_ID, X_B3_SAMPLED, X_B3_SPAN_ID, X_B3_TRACE_ID, } from './constants';
export { B3InjectEncoding, B3PropagatorConfig } from './types';
//# sourceMappingURL=index.d.ts.map

@@ -17,16 +17,15 @@ "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("./B3Propagator"), exports);
__exportStar(require("./constants"), exports);
__exportStar(require("./types"), exports);
exports.B3InjectEncoding = exports.X_B3_TRACE_ID = exports.X_B3_SPAN_ID = exports.X_B3_SAMPLED = exports.X_B3_PARENT_SPAN_ID = exports.X_B3_FLAGS = exports.B3_CONTEXT_HEADER = exports.B3Propagator = void 0;
var B3Propagator_1 = require("./B3Propagator");
Object.defineProperty(exports, "B3Propagator", { enumerable: true, get: function () { return B3Propagator_1.B3Propagator; } });
var constants_1 = require("./constants");
Object.defineProperty(exports, "B3_CONTEXT_HEADER", { enumerable: true, get: function () { return constants_1.B3_CONTEXT_HEADER; } });
Object.defineProperty(exports, "X_B3_FLAGS", { enumerable: true, get: function () { return constants_1.X_B3_FLAGS; } });
Object.defineProperty(exports, "X_B3_PARENT_SPAN_ID", { enumerable: true, get: function () { return constants_1.X_B3_PARENT_SPAN_ID; } });
Object.defineProperty(exports, "X_B3_SAMPLED", { enumerable: true, get: function () { return constants_1.X_B3_SAMPLED; } });
Object.defineProperty(exports, "X_B3_SPAN_ID", { enumerable: true, get: function () { return constants_1.X_B3_SPAN_ID; } });
Object.defineProperty(exports, "X_B3_TRACE_ID", { enumerable: true, get: function () { return constants_1.X_B3_TRACE_ID; } });
var types_1 = require("./types");
Object.defineProperty(exports, "B3InjectEncoding", { enumerable: true, get: function () { return types_1.B3InjectEncoding; } });
//# sourceMappingURL=index.js.map

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

export declare const VERSION = "1.25.1";
export declare const VERSION = "1.26.0";
//# sourceMappingURL=version.d.ts.map

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

// this is autogenerated file, see scripts/version-update.js
exports.VERSION = '1.25.1';
exports.VERSION = '1.26.0';
//# sourceMappingURL=version.js.map
{
"name": "@opentelemetry/propagator-b3",
"version": "1.25.1",
"version": "1.26.0",
"description": "OpenTelemetry B3 propagator provides context propagation for systems that are using the B3 header format",

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

"clean": "tsc --build --clean tsconfig.json tsconfig.esm.json tsconfig.esnext.json",
"test": "nyc ts-mocha -p tsconfig.json test/**/*.test.ts",
"test": "nyc mocha test/**/*.test.ts",
"codecov": "nyc report --reporter=json && codecov -f coverage/*.json -p ../../",

@@ -56,3 +56,3 @@ "lint": "eslint . --ext .ts",

"dependencies": {
"@opentelemetry/core": "1.25.1"
"@opentelemetry/core": "1.26.0"
},

@@ -64,3 +64,3 @@ "peerDependencies": {

"@opentelemetry/api": ">=1.0.0 <1.10.0",
"@types/mocha": "10.0.6",
"@types/mocha": "10.0.7",
"@types/node": "18.6.5",

@@ -70,6 +70,5 @@ "codecov": "3.8.3",

"lerna": "6.6.2",
"mocha": "10.2.0",
"mocha": "10.7.3",
"nyc": "15.1.0",
"ts-loader": "9.5.1",
"ts-mocha": "10.0.0",
"typescript": "4.4.4"

@@ -79,3 +78,3 @@ },

"sideEffects": false,
"gitHead": "0608f405573901e54db01e44c533009cf28be262"
"gitHead": "720bc8c70d47029cb6b41a34ffdc3d25cbaa2f80"
}

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