off-sqs-debearloper
Advanced tools
Comparing version 0.1.9 to 0.1.10
@@ -72,3 +72,3 @@ var AWS = require('aws-sdk'), | ||
return ok.then(function(_consumeOk){ | ||
console.log("[x] Waiting for messages."); | ||
// console.log("[x] Waiting for messages."); | ||
}); | ||
@@ -75,0 +75,0 @@ }); |
@@ -24,3 +24,3 @@ var amqp = require('amqplib'), | ||
channel.sendToQueue(queue, new Buffer(dataToSend)); | ||
console.log("[x] Send '%s'", dataToSend); | ||
// console.log("[x] Send '%s'", dataToSend); | ||
return channel.close(); | ||
@@ -27,0 +27,0 @@ }); |
{ | ||
"name": "off-sqs-debearloper", | ||
"description": "Helper app that manages SQS and RabbitMQ transactions", | ||
"version": "0.1.9", | ||
"version": "0.1.10", | ||
"repository": { | ||
@@ -25,4 +25,7 @@ "type": "git", | ||
}, | ||
"devDependencies": { | ||
"chai": "^1.10.0" | ||
}, | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"test": "mocha test/*.js" | ||
}, | ||
@@ -29,0 +32,0 @@ "licenses": [ |
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
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 tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
15562
15
390
2
1
2