Socket
Socket
Sign inDemoInstall

oxen-queue

Package Overview
Dependencies
Maintainers
3
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

oxen-queue - npm Package Compare versions

Comparing version 0.1.5 to 0.1.6

9

lib/queue.js

@@ -384,2 +384,11 @@ const crypto = require('crypto')

debug() {
return {
processing: this.processing,
in_process: this.in_process,
currently_fetching: this.currently_fetching,
working_job_batch: this.working_job_batch,
}
}
log(msg, not_error) {

@@ -386,0 +395,0 @@ console[not_error ? 'log' : 'error'](`Oxen Queue: ${msg}`)

2

package.json
{
"name": "oxen-queue",
"version": "0.1.5",
"version": "0.1.6",
"description": "A resilient worker queue backed by MySQL.",

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

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