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

@lokalise/background-jobs-common

Package Overview
Dependencies
Maintainers
0
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lokalise/background-jobs-common - npm Package Compare versions

Comparing version 7.0.1 to 7.0.2

8

dist/background-job-processor/processors/AbstractBackgroundJobProcessor.js

@@ -33,3 +33,4 @@ "use strict";

}
getJobCount() {
async getJobCount() {
await this.startIfNotStarted();
return this.queue.getJobCountByTypes('active', 'waiting', 'paused', 'delayed', 'prioritized', 'waiting-children');

@@ -70,5 +71,6 @@ }

}
async startIfNotStarted() {
startIfNotStarted() {
if (!this.isStarted)
await this.start();
return this.start();
return Promise.resolve();
}

@@ -75,0 +77,0 @@ async internalInit() {

{
"name": "@lokalise/background-jobs-common",
"version": "7.0.1",
"version": "7.0.2",
"files": ["dist", "LICENSE.md", "README.md"],

@@ -5,0 +5,0 @@ "author": {

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