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

hare

Package Overview
Dependencies
Maintainers
2
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.4 to 1.0.0

11

package.json
{
"name": "hare",
"version": "0.3.4",
"version": "1.0.0",
"description": "Wrapper around amqp to make common patterns easier",

@@ -38,3 +38,3 @@ "keywords": [

"amqp": "~0.2.0",
"comb": "~0.4.0",
"comb": "~1.0.0",
"node-uuid": "^1.4.1"

@@ -44,6 +44,9 @@ },

"grunt": "~0.4.1",
"it": "~0.2.6",
"grunt-it": "~0.3.1",
"it": "^1.0.1",
"grunt-it": "^1.0.0",
"grunt-contrib-jshint": "~0.5.4"
},
"engines": {
"node": ">= 4.0.0"
}
}

@@ -39,3 +39,3 @@ "use strict"

it.should("support setting connection options", function () {
it.should("support setting queue options", function () {
hare.queueOptions({passive: true}).queueOptions({durable: false});

@@ -42,0 +42,0 @@ assert.deepEqual(hare.SUBSCRIBE_OPTIONS, {passive: true, durable: false});

Sorry, the diff of this file is not supported yet

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