Socket
Socket
Sign inDemoInstall

bullmq

Package Overview
Dependencies
Maintainers
1
Versions
531
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bullmq - npm Package Compare versions

Comparing version 1.23.0 to 1.23.1

2

dist/bullmq.d.ts

@@ -243,3 +243,3 @@ /// <reference types="node" />

*/
waitUntilFinished(queueEvents: QueueEvents, ttl?: number): Promise<any>;
waitUntilFinished(queueEvents: QueueEvents, ttl?: number): Promise<R>;
moveToDelayed(timestamp: number): Promise<void>;

@@ -246,0 +246,0 @@ promote(): Promise<void>;

@@ -134,3 +134,3 @@ import { Redis } from 'ioredis';

*/
waitUntilFinished(queueEvents: QueueEvents, ttl?: number): Promise<any>;
waitUntilFinished(queueEvents: QueueEvents, ttl?: number): Promise<R>;
moveToDelayed(timestamp: number): Promise<void>;

@@ -137,0 +137,0 @@ promote(): Promise<void>;

{
"name": "bullmq",
"version": "1.23.0",
"version": "1.23.1",
"description": "Queue for messages and jobs based on Redis",

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