Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@opentelemetry/instrumentation-net

Package Overview
Dependencies
Maintainers
3
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opentelemetry/instrumentation-net - npm Package Compare versions

Comparing version 0.32.3 to 0.32.4

6

build/src/instrumentation.js

@@ -123,3 +123,7 @@ "use strict";

};
for (const event of [internal_types_1.SocketEvent.CLOSE, internal_types_1.SocketEvent.ERROR]) {
for (const event of [
internal_types_1.SocketEvent.CLOSE,
internal_types_1.SocketEvent.ERROR,
internal_types_1.SocketEvent.SECURE_CONNECT,
]) {
socket.once(event, otelTlsRemoveListeners);

@@ -126,0 +130,0 @@ }

2

build/src/version.d.ts

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

export declare const VERSION = "0.32.3";
export declare const VERSION = "0.32.4";
//# sourceMappingURL=version.d.ts.map

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

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

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

"prewatch": "npm run precompile",
"prepare": "npm run compile",
"prepublishOnly": "npm run compile",
"version:update": "node ../../../scripts/version-update.js",

@@ -66,3 +66,3 @@ "compile": "tsc -p ."

"homepage": "https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/opentelemetry-instrumentation-net#readme",
"gitHead": "607d375595da3ab51b7f773ac360900121c4361b"
"gitHead": "c7e7000b7bf79b0b107c448b403c2613a9b9e2c1"
}

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