rabbitmq-queue-stream
Advanced tools
Comparing version 0.4.3 to 0.4.5
@@ -236,3 +236,3 @@ var _ = require("lodash"); | ||
if(_.contains(err.message, "ECONNRESET")) { | ||
if(_.includes(err.message, "ECONNRESET")) { | ||
streamsDebug("Ignoring ECONNRESET error"); | ||
@@ -239,0 +239,0 @@ return; |
{ | ||
"name": "rabbitmq-queue-stream", | ||
"version": "0.4.3", | ||
"version": "0.4.5", | ||
"description": "Reliable streaming interface to rabbitmq queues", | ||
@@ -21,15 +21,15 @@ "main": "index.js", | ||
"dependencies": { | ||
"amqp": "0.2.0", | ||
"async": "0.9.0", | ||
"debug": "2.1.0", | ||
"jshint": "2.5.7", | ||
"lodash": "2.4.1" | ||
"amqp": "^0.2.7", | ||
"async": "^2.6.2", | ||
"debug": "^4.1.1", | ||
"lodash": "^4.17.11" | ||
}, | ||
"devDependencies": { | ||
"codecov.io": "0.0.8", | ||
"expect.js": "0.2.0", | ||
"istanbul": "0.3.5", | ||
"jshint": "2.5.7", | ||
"mocha": "2.0.1", | ||
"expect.js": "0.2.0", | ||
"sinon": "1.11.1", | ||
"rewire": "2.1.2" | ||
"rewire": "2.1.2", | ||
"sinon": "1.11.1" | ||
}, | ||
@@ -36,0 +36,0 @@ "author": "Christopher Olivares <chris@classdojo.com>", |
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
84199
4
7
1
+ Addedamqp@0.2.7(transitive)
+ Addedasync@2.6.4(transitive)
+ Addeddebug@4.3.7(transitive)
+ Addedlodash@4.17.21(transitive)
+ Addedms@2.1.3(transitive)
- Removedjshint@2.5.7
- Removedamqp@0.2.0(transitive)
- Removedasync@0.9.0(transitive)
- Removedcli@0.6.6(transitive)
- Removedconsole-browserify@1.1.0(transitive)
- Removedcore-util-is@1.0.3(transitive)
- Removeddate-now@0.1.4(transitive)
- Removeddebug@2.1.0(transitive)
- Removeddom-serializer@0.2.2(transitive)
- Removeddomelementtype@1.3.12.3.0(transitive)
- Removeddomhandler@2.2.1(transitive)
- Removeddomutils@1.5.1(transitive)
- Removedentities@1.0.02.2.0(transitive)
- Removedexit@0.1.2(transitive)
- Removedglob@3.2.11(transitive)
- Removedhtmlparser2@3.7.3(transitive)
- Removedinherits@2.0.4(transitive)
- Removedisarray@0.0.1(transitive)
- Removedjshint@2.5.7(transitive)
- Removedlodash@1.3.12.4.1(transitive)
- Removedlru-cache@2.7.3(transitive)
- Removedminimatch@0.3.01.0.0(transitive)
- Removedms@0.6.2(transitive)
- Removedreadable-stream@1.1.14(transitive)
- Removedshelljs@0.3.0(transitive)
- Removedsigmund@1.0.1(transitive)
- Removedstring_decoder@0.10.31(transitive)
- Removedstrip-json-comments@1.0.4(transitive)
- Removedunderscore@1.6.0(transitive)
Updatedamqp@^0.2.7
Updatedasync@^2.6.2
Updateddebug@^4.1.1
Updatedlodash@^4.17.11