New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@opentelemetry/instrumentation-fetch

Package Overview
Dependencies
Maintainers
3
Versions
190
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opentelemetry/instrumentation-fetch - npm Package Compare versions

Comparing version 0.41.0 to 0.41.1

16

build/esm/fetch.js

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

*/
import { __extends } from "tslib";
var __extends = (this && this.__extends) || (function () {
var extendStatics = function (d, b) {
extendStatics = Object.setPrototypeOf ||
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
return extendStatics(d, b);
};
return function (d, b) {
if (typeof b !== "function" && b !== null)
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
extendStatics(d, b);
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
})();
import * as api from '@opentelemetry/api';

@@ -19,0 +33,0 @@ import { isWrapped, InstrumentationBase, safeExecuteInTheMiddle, } from '@opentelemetry/instrumentation';

2

build/esm/version.d.ts

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

export declare const VERSION = "0.41.0";
export declare const VERSION = "0.41.1";
//# sourceMappingURL=version.d.ts.map

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

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

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

export declare const VERSION = "0.41.0";
export declare const VERSION = "0.41.1";
//# sourceMappingURL=version.d.ts.map

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

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

@@ -17,5 +17,14 @@ "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 });
const tslib_1 = require("tslib");
(0, tslib_1.__exportStar)(require("./fetch"), exports);
__exportStar(require("./fetch"), exports);
//# sourceMappingURL=index.js.map

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

export declare const VERSION = "0.41.0";
export declare const VERSION = "0.41.1";
//# sourceMappingURL=version.d.ts.map

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

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

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

"tdd": "karma start",
"test:browser": "nyc karma start --single-run",
"test:browser": "karma start --single-run",
"watch": "tsc --build --watch tsconfig.json tsconfig.esm.json tsconfig.esnext.json",

@@ -58,7 +58,7 @@ "precompile": "cross-var lerna run version --scope $npm_package_name --include-dependencies",

"devDependencies": {
"@babel/core": "7.22.6",
"@babel/core": "7.22.9",
"@opentelemetry/api": "1.4.1",
"@opentelemetry/context-zone": "1.15.0",
"@opentelemetry/propagator-b3": "1.15.0",
"@opentelemetry/sdk-trace-base": "1.15.0",
"@opentelemetry/context-zone": "1.15.1",
"@opentelemetry/propagator-b3": "1.15.1",
"@opentelemetry/sdk-trace-base": "1.15.1",
"@types/mocha": "10.0.1",

@@ -69,12 +69,12 @@ "@types/node": "18.6.5",

"babel-loader": "8.3.0",
"babel-plugin-istanbul": "6.1.1",
"codecov": "3.8.3",
"cross-var": "1.1.0",
"istanbul-instrumenter-loader": "3.0.1",
"karma": "6.4.2",
"karma-chrome-launcher": "3.1.0",
"karma-coverage-istanbul-reporter": "3.0.3",
"karma-coverage": "2.2.1",
"karma-mocha": "2.0.1",
"karma-spec-reporter": "0.0.36",
"karma-webpack": "4.0.2",
"lerna": "7.1.1",
"lerna": "7.1.3",
"mocha": "10.2.0",

@@ -94,11 +94,10 @@ "nyc": "15.1.0",

"dependencies": {
"@opentelemetry/core": "1.15.0",
"@opentelemetry/instrumentation": "0.41.0",
"@opentelemetry/sdk-trace-web": "1.15.0",
"@opentelemetry/semantic-conventions": "1.15.0",
"tslib": "^2.3.1"
"@opentelemetry/core": "1.15.1",
"@opentelemetry/instrumentation": "0.41.1",
"@opentelemetry/sdk-trace-web": "1.15.1",
"@opentelemetry/semantic-conventions": "1.15.1"
},
"homepage": "https://github.com/open-telemetry/opentelemetry-js/tree/main/experimental/packages/opentelemetry-instrumentation-fetch",
"sideEffects": false,
"gitHead": "06e919d6c909e8cc8e28b6624d9843f401d9b059"
"gitHead": "9f71800fdc2a5ee5055684037a12498af71955f2"
}

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