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

ponos

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ponos - npm Package Compare versions

Comparing version 5.8.1 to 5.8.2

3

lib/server.js

@@ -296,6 +296,5 @@

const options = this._workerOptions[exchange] || {};
const queueOptions = options.queueOptions;
return this._rabbitmq.subscribeToFanoutExchange(exchange, (job, jobMeta, done) => {
this._enqueue(exchange, worker, job, jobMeta, done);
}, queueOptions);
}, options);
});

@@ -302,0 +301,0 @@ }).return();

{
"name": "ponos",
"version": "5.8.1",
"version": "5.8.2",
"description": "An opinionated queue based worker server for node.",

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