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

hique

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hique - npm Package Compare versions

Comparing version 0.9.13 to 0.9.14

2

lib/worker.js

@@ -202,3 +202,3 @@ var Monitor = require('./monitor');

_(queue.jobs).forEach(function activeJobCleanup(job) {
if (job.expired()) {
if (job.expired && job.expired()) {
jobsToClean.push(job.serialize());

@@ -205,0 +205,0 @@ self.clearActiveJob(job);

{
"name": "hique",
"version": "0.9.13",
"version": "0.9.14",
"description": "job queue for nodejs",

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