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

jobify

Package Overview
Dependencies
Maintainers
0
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jobify - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

5

dist/index.d.ts
import * as bullmq from 'bullmq';
import { Queue, Worker, ConnectionOptions, Processor, JobsOptions, RepeatOptions } from 'bullmq';
import { Queue, Worker, ConnectionOptions, Processor, JobsOptions, RepeatOptions, WorkerOptions } from 'bullmq';
type OptionsData = Omit<WorkerOptions, "connection">;
declare class Job<GlobalInput = never> {

@@ -12,3 +13,3 @@ private connection;

input<Input>(input?: Input): Job<Input>;
options(options: typeof this.optionsData): this;
options(options: OptionsData): this;
action(action: Processor<GlobalInput, any, string>): this;

@@ -15,0 +16,0 @@ add(name: string, input: GlobalInput, options?: JobsOptions): Promise<bullmq.Job<GlobalInput, any, string>>;

2

package.json

@@ -15,3 +15,3 @@ {

"keywords": ["jobs", "queue", "bullmq", "bull", "pg-boss"],
"version": "0.0.1",
"version": "0.0.2",
"type": "module",

@@ -18,0 +18,0 @@ "devDependencies": {

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