Socket
Socket
Sign inDemoInstall

fastify-queue

Package Overview
Dependencies
105
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.3 to 1.1.4

2

dist/index.js

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

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

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

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

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

@@ -5,3 +5,3 @@ # Fastify Queue

### Install
## Install

@@ -8,0 +8,0 @@ ```

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc