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

hare

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hare - npm Package Compare versions

Comparing version 0.3.1 to 0.3.2

6

lib/queue.js

@@ -8,7 +8,7 @@ "use strict";

_GetConnection = require("./_getConnection.js"),
ERROR_FORMATTER = comb("%s's listener done with error \n%s");
ERROR_FORMATTER = comb("%s's listener done with error\n");
function errorHandler(err) {
console.error(err.stack || err);
console.error(err);
throw err;

@@ -96,4 +96,4 @@ }

}, function (err) {
errorHandler(ERROR_FORMATTER.format(queueName, err.stack || err));
done();
errorHandler(ERROR_FORMATTER.format(queueName) + err.stack || err);
});

@@ -100,0 +100,0 @@ } else {

{
"name": "hare",
"version": "0.3.1",
"version": "0.3.2",
"description": "Wrapper around amqp to make common patterns easier",

@@ -5,0 +5,0 @@ "keywords": [

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