New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@firstandthird/hapi-queue

Package Overview
Dependencies
Maintainers
7
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@firstandthird/hapi-queue - npm Package Compare versions

Comparing version 1.3.1 to 1.3.2

2

index.js

@@ -18,3 +18,3 @@ const Queue = require('@firstandthird/queue');

}
const queue = new Queue(options.mongoUrl, 'queue', options.refreshRate, options.maxThreads, prom);
const queue = new Queue(options.mongoUrl, 'queue', options.refreshRate, options.maxThreads, prom, options.timeout);

@@ -21,0 +21,0 @@ queue.createJobs(options.jobsDir);

{
"name": "@firstandthird/hapi-queue",
"version": "1.3.1",
"version": "1.3.2",
"description": "Simple queue plugin for hapi",

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

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