Socket
Socket
Sign inDemoInstall

@opentelemetry/propagator-aws-xray

Package Overview
Dependencies
Maintainers
4
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opentelemetry/propagator-aws-xray - npm Package Compare versions

Comparing version 0.25.0 to 1.0.0

CHANGELOG.md

2

build/esm/version.d.ts

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

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

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

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

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

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

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

// this is autogenerated file, see scripts/version-update.js
exports.VERSION = '0.25.0';
exports.VERSION = '1.0.0';
//# sourceMappingURL=version.js.map
{
"name": "@opentelemetry/propagator-aws-xray",
"version": "0.25.0",
"version": "1.0.0",
"description": "OpenTelemetry AWS Xray propagator provides context propagation for systems that are using AWS X-Ray format.",

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

"scripts": {
"precompile": "tsc --version",
"precompile": "tsc --version && lerna run version --scope @opentelemetry/propagator-aws-xray --include-filtered-dependencies",
"prewatch": "npm run precompile",
"compile": "tsc --build tsconfig.json tsconfig.esm.json",

@@ -75,5 +76,5 @@ "clean": "tsc --build --clean tsconfig.json tsconfig.esm.json",

"dependencies": {
"@opentelemetry/core": "^0.25.0"
"@opentelemetry/core": "^1.0.0"
},
"gitHead": "fcfaeb965804d2a081f1dc8d2b82803cd51681af"
"gitHead": "f80834b97bd8e5b1f78923b40fd69d60691c6ff4"
}

@@ -14,2 +14,4 @@ # OpenTelemetry Propagator AWS X-Ray

Compatible with OpenTelemetry JS API and SDK `1.0+`.
### Installation

@@ -58,3 +60,3 @@

#### Sampled - The sampling decision*
#### Sampled - The sampling decision

@@ -61,0 +63,0 @@ * Defined in the AWS X-Ray specification as a tri-state field, with "0", "1" and "?" as valid values. Only "0" and "1" are used in this propagator. If "?", a new trace will be started.

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