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.0 to 0.3.1

2

lib/queue.js

@@ -92,3 +92,3 @@ "use strict";

if (ack) {
when(listener.call(null, [message, headers, deliveryInfo])).chain(function () {
when(listener.call(null, message, headers, deliveryInfo)).chain(function () {
done();

@@ -95,0 +95,0 @@ }, function (err) {

{
"name": "hare",
"version": "0.3.0",
"version": "0.3.1",
"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