Socket
Socket
Sign inDemoInstall

@opentelemetry/instrumentation-fetch

Package Overview
Dependencies
28
Maintainers
3
Versions
177
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.47.0 to 0.48.0

5

build/esm/fetch.js

@@ -117,2 +117,7 @@ /*

}
else if (options.headers instanceof Map) {
api.propagation.inject(api.context.active(), options.headers, {
set: function (h, k, v) { return h.set(k, typeof v === 'string' ? v : String(v)); },
});
}
else {

@@ -119,0 +124,0 @@ var headers = {};

2

build/esm/version.d.ts

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

export declare const VERSION = "0.47.0";
export declare const VERSION = "0.48.0";
//# sourceMappingURL=version.d.ts.map

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

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

@@ -100,2 +100,7 @@ /*

}
else if (options.headers instanceof Map) {
api.propagation.inject(api.context.active(), options.headers, {
set: (h, k, v) => h.set(k, typeof v === 'string' ? v : String(v)),
});
}
else {

@@ -102,0 +107,0 @@ const headers = {};

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

export declare const VERSION = "0.47.0";
export declare const VERSION = "0.48.0";
//# sourceMappingURL=version.d.ts.map

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

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

@@ -103,2 +103,7 @@ "use strict";

}
else if (options.headers instanceof Map) {
api.propagation.inject(api.context.active(), options.headers, {
set: (h, k, v) => h.set(k, typeof v === 'string' ? v : String(v)),
});
}
else {

@@ -105,0 +110,0 @@ const headers = {};

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

export declare const VERSION = "0.47.0";
export declare const VERSION = "0.48.0";
//# sourceMappingURL=version.d.ts.map

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

// this is autogenerated file, see scripts/version-update.js
exports.VERSION = '0.47.0';
exports.VERSION = '0.48.0';
//# sourceMappingURL=version.js.map
{
"name": "@opentelemetry/instrumentation-fetch",
"version": "0.47.0",
"version": "0.48.0",
"description": "OpenTelemetry fetch automatic instrumentation package.",

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

"@babel/core": "7.23.6",
"@babel/preset-env": "7.22.20",
"@opentelemetry/api": "1.7.0",
"@opentelemetry/context-zone": "1.20.0",
"@opentelemetry/propagator-b3": "1.20.0",
"@opentelemetry/sdk-trace-base": "1.20.0",
"@opentelemetry/context-zone": "1.21.0",
"@opentelemetry/propagator-b3": "1.21.0",
"@opentelemetry/sdk-trace-base": "1.21.0",
"@types/mocha": "10.0.6",

@@ -92,10 +93,10 @@ "@types/node": "18.6.5",

"dependencies": {
"@opentelemetry/core": "1.20.0",
"@opentelemetry/instrumentation": "0.47.0",
"@opentelemetry/sdk-trace-web": "1.20.0",
"@opentelemetry/semantic-conventions": "1.20.0"
"@opentelemetry/core": "1.21.0",
"@opentelemetry/instrumentation": "0.48.0",
"@opentelemetry/sdk-trace-web": "1.21.0",
"@opentelemetry/semantic-conventions": "1.21.0"
},
"homepage": "https://github.com/open-telemetry/opentelemetry-js/tree/main/experimental/packages/opentelemetry-instrumentation-fetch",
"sideEffects": false,
"gitHead": "57008533aba7ccd51ea80f38ff4f29404d47eb9c"
"gitHead": "828f2ed730e4d26d71f92e220f96b60a552a673a"
}

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