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.0.13 to 0.0.14

7

lib/queue.js

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

var self = this;
return (this.__defaultExchangeP = this.getConnection().chain(function (connection) {
var ret = this.__defaultExchangeP = this.getConnection().chain(function (connection) {
self.__connection = connection;

@@ -58,3 +58,4 @@ var ret = new Promise();

return ret;
}));
});
return ret;
},

@@ -66,3 +67,3 @@

ret;
defaultOptions = comb.isFunction(defaultOptions) ? defaultOptions() : (defaultOptions || {});
defaultOptions = comb.isFunction(defaultOptions) ? defaultOptions(options) : (defaultOptions || {});
if (!this._defaultExchange) {

@@ -69,0 +70,0 @@ if (this.__defaultExchangeP) {

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

@@ -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