You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

fastify-queue

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fastify-queue - npm Package Compare versions

Comparing version

to
1.1.5

2

dist/index.js

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

else {
workers[queueName] = new bullmq_1.Worker(queueName, function (job) { return worker["default"](job, fastify); }, {
workers[queueName] = new bullmq_1.Worker(queueName, function (job) { return worker["default"](fastify, job); }, {
connection: opts.connection

@@ -41,0 +41,0 @@ });

{
"name": "fastify-queue",
"version": "1.1.4",
"version": "1.1.5",
"description": "",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

Sorry, the diff of this file is not supported yet