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

@opentelemetry/instrumentation-amqplib

Package Overview
Dependencies
Maintainers
3
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opentelemetry/instrumentation-amqplib - npm Package Compare versions

Comparing version 0.37.0 to 0.38.0

4

build/src/amqplib.js

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

class AmqplibInstrumentation extends instrumentation_1.InstrumentationBase {
constructor(config) {
super('@opentelemetry/instrumentation-amqplib', version_1.VERSION, Object.assign({}, types_1.DEFAULT_CONFIG, config));
constructor(config = {}) {
super(version_1.PACKAGE_NAME, version_1.PACKAGE_VERSION, Object.assign({}, types_1.DEFAULT_CONFIG, config));
}

@@ -31,0 +31,0 @@ setConfig(config = {}) {

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

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

@@ -18,5 +18,6 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.VERSION = void 0;
exports.PACKAGE_NAME = exports.PACKAGE_VERSION = void 0;
// this is autogenerated file, see scripts/version-update.js
exports.VERSION = '0.37.0';
exports.PACKAGE_VERSION = '0.38.0';
exports.PACKAGE_NAME = '@opentelemetry/instrumentation-amqplib';
//# sourceMappingURL=version.js.map
{
"name": "@opentelemetry/instrumentation-amqplib",
"version": "0.37.0",
"description": "OpenTelemetry automatic instrumentation for the `amqplib` package",
"version": "0.38.0",
"description": "OpenTelemetry instrumentation for the `amqplib` messaging client for RabbitMQ",
"keywords": [

@@ -30,3 +30,3 @@ "amqplib",

"clean": "rimraf build/*",
"compile": "npm run version:update && tsc -p .",
"compile": "tsc -p .",
"lint": "eslint . --ext .ts",

@@ -49,3 +49,3 @@ "lint:fix": "eslint . --ext .ts --fix",

"@opentelemetry/core": "^1.8.0",
"@opentelemetry/instrumentation": "^0.51.0",
"@opentelemetry/instrumentation": "^0.52.0",
"@opentelemetry/semantic-conventions": "^1.22.0"

@@ -55,3 +55,3 @@ },

"@opentelemetry/api": "^1.3.0",
"@opentelemetry/contrib-test-utils": "^0.39.0",
"@opentelemetry/contrib-test-utils": "^0.40.0",
"@types/amqplib": "^0.5.17",

@@ -75,3 +75,3 @@ "@types/lodash": "4.14.199",

},
"gitHead": "96a87b48934f0afcf1fe637eed6704f35bd8e973"
"gitHead": "0af1b70f7c3c9763c85ac51fa5e334c1e1512020"
}

@@ -58,3 +58,3 @@ # OpenTelemetry Amqplib (RabbitMQ) Instrumentation for Node.js

| `consumeEndHook` | `AmqplibConsumeEndCustomAttributeFunction` | hook for adding custom attributes after consumer message is acked to server. |
| `consumeTimeoutMs` | `number` | read [Consume Timeout](#ConsumeTimeout) below |
| `consumeTimeoutMs` | `number` | read [Consume Timeout](#consume-timeout) below |

@@ -61,0 +61,0 @@ ### Consume Timeout

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