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

@lexamica-modules/job-queue

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lexamica-modules/job-queue - npm Package Compare versions

Comparing version 0.2.4 to 0.2.5

4

lib/index.d.ts

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

import { Job as BullJob, Worker as BullWorker, Queue as BullQueue } from "bullmq";
import { IntegrationAPI } from "./instances/integration";

@@ -16,3 +17,6 @@ import { Mainframe } from "./instances/mainframe";

}
export type Job = BullJob;
export type Queue = BullQueue;
export type Worker = BullWorker;
declare const _default: JobQueue;
export default _default;

2

lib/workers/index.js

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

? Number(process.env.JOB_QUEUE_COMPLETIONS)
: 1000;
: 5000;
const removeOnFailure = process.env.JOB_QUEUE_FAILURES

@@ -33,0 +33,0 @@ ? Number(process.env.JOB_QUEUE_FAILURES)

{
"name": "@lexamica-modules/job-queue",
"version": "0.2.4",
"version": "0.2.5",
"description": "The package for the Lexamica Job Queue SDK powered by Redis and BullMQ",

@@ -5,0 +5,0 @@ "main": "lib/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