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

@jenniferplusplus/opentelemetry-instrumentation-bullmq

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jenniferplusplus/opentelemetry-instrumentation-bullmq - npm Package Compare versions

Comparing version 0.3.1 to 0.5.0

2

dist/instrumentation.js

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

init() {
return new instrumentation_1.InstrumentationNodeModuleDefinition('bullmq', ['1.*', '2.*', '3.*', '4.*'], this._onPatchMain(), this._onUnPatchMain());
return new instrumentation_1.InstrumentationNodeModuleDefinition('bullmq', ['1.*', '2.*', '3.*', '4.*', '5.*'], this._onPatchMain(), this._onUnPatchMain());
}

@@ -34,0 +34,0 @@ _onPatchMain() {

{
"name": "@jenniferplusplus/opentelemetry-instrumentation-bullmq",
"version": "0.3.1",
"version": "0.5.0",
"description": "Auto-instrumentation for the BullMQ message framework",

@@ -33,3 +33,3 @@ "main": "dist/index.js",

"peerDependencies": {
"bullmq": "^2 || ^3 || ^4"
"bullmq": "^2 || ^3 || ^4 || ^5"
},

@@ -36,0 +36,0 @@ "devDependencies": {

@@ -18,3 +18,3 @@ # OpenTelemetry Bullmq Instrumentation for Node.js

- `[1.90.1, 2.x, 3.x, 4.x]`
- `[1.90.1, 2.x, 3.x, 4.x, 5.x]`

@@ -21,0 +21,0 @@ It's likely that the instrumentation would support earlier versions of BullMQ, but I haven't tested it.

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