Comparing version 0.3.4 to 1.0.0
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
45806
1
1
+ Addedcomb@1.0.1(transitive)
- Removedcomb@0.4.1(transitive)
Updatedcomb@~1.0.0