Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

node-resque

Package Overview
Dependencies
Maintainers
0
Versions
181
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-resque - npm Package Compare versions

Comparing version 9.3.6 to 9.3.7

4

dist/core/queue.d.ts

@@ -51,3 +51,3 @@ import { EventEmitter } from "events";

*/
enqueueAt(timestamp: number, q: string, func: string, args?: Array<any>, suppressDuplicateTaskError?: boolean): Promise<void>;
enqueueAt(timestamp: number, q: string, func: string, args?: Array<any>, suppressDuplicateTaskError?: boolean): Promise<boolean>;
/**

@@ -58,3 +58,3 @@ * - In ms, the number of ms to delay before this job is able to start being worked on.

*/
enqueueIn(time: number, q: string, func: string, args?: Array<any>, suppressDuplicateTaskError?: boolean): Promise<void>;
enqueueIn(time: number, q: string, func: string, args?: Array<any>, suppressDuplicateTaskError?: boolean): Promise<boolean>;
/**

@@ -61,0 +61,0 @@ * - queues is an Array with the names of all your queues

@@ -94,2 +94,3 @@ "use strict";

});
return true;
}

@@ -96,0 +97,0 @@ /**

@@ -6,3 +6,3 @@ {

"license": "Apache-2.0",
"version": "9.3.6",
"version": "9.3.7",
"homepage": "http://github.com/actionhero/node-resque",

@@ -9,0 +9,0 @@ "repository": {

@@ -154,2 +154,4 @@ import { EventEmitter } from "events";

});
return true;
}

@@ -156,0 +158,0 @@ /**

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