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

@lokalise/background-jobs-common

Package Overview
Dependencies
Maintainers
0
Versions
62
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 10.0.0 to 10.0.1

4

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

@@ -10,5 +10,5 @@ "use strict";

const constants_1 = require("../constants");
const BackgroundJobProcessorMonitor_1 = require("../monitoring/BackgroundJobProcessorMonitor");
const BackgroundJobProcessorSpy_1 = require("../spy/BackgroundJobProcessorSpy");
const utils_1 = require("../utils");
const BackgroundJobProcessorMonitor_1 = require("../monitoring/BackgroundJobProcessorMonitor");
class AbstractBackgroundJobProcessor {

@@ -140,2 +140,4 @@ errorReporter; // TODO: once hook handling is extracted, errorReporter should be moved to BackgroundJobProcessorMonitor

async scheduleBulk(jobData, options) {
if (jobData.length === 0)
return [];
await this.startIfNotStarted();

@@ -142,0 +144,0 @@ const jobs = (await this._queue?.addBulk(jobData.map((data) => ({

{
"name": "@lokalise/background-jobs-common",
"version": "10.0.0",
"version": "10.0.1",
"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