Socket
Socket
Sign inDemoInstall

@opentelemetry/instrumentation-net

Package Overview
Dependencies
Maintainers
3
Versions
34
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.37.0 to 0.38.0

2

build/src/version.d.ts

@@ -1,3 +0,3 @@

export declare const PACKAGE_VERSION = "0.37.0";
export declare const PACKAGE_VERSION = "0.38.0";
export declare const PACKAGE_NAME = "@opentelemetry/instrumentation-net";
//# sourceMappingURL=version.d.ts.map

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

// this is autogenerated file, see scripts/version-update.js
exports.PACKAGE_VERSION = '0.37.0';
exports.PACKAGE_VERSION = '0.38.0';
exports.PACKAGE_NAME = '@opentelemetry/instrumentation-net';
//# sourceMappingURL=version.js.map
{
"name": "@opentelemetry/instrumentation-net",
"version": "0.37.0",
"version": "0.38.0",
"description": "OpenTelemetry instrumentation for `node:net` network API module",

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

"lint:fix": "eslint . --ext .ts --fix",
"lint:readme": "node ../../../scripts/lint-readme.js",
"precompile": "tsc --version && lerna run version:update --scope @opentelemetry/instrumentation-net --include-dependencies",

@@ -66,3 +67,3 @@ "prewatch": "npm run precompile",

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

@@ -10,6 +10,6 @@ # OpenTelemetry Net module Instrumentation for Node.js

Compatible with OpenTelemetry JS API and SDK `1.0+`.
Supports both TCP and IPC connections.
Compatible with OpenTelemetry JS API and SDK `1.0+`.
## Installation

@@ -21,2 +21,6 @@

## Supported Versions
- Node.js `>=14`
## Usage

@@ -23,0 +27,0 @@

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