sqs-consumer
Advanced tools
Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "sqs-consumer", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Build SQS-based Node applications without the boilerplate", | ||
@@ -32,2 +32,2 @@ "main": "index.js", | ||
} | ||
} | ||
} |
@@ -28,2 +28,6 @@ # sqs-consumer | ||
app.on('error', function (err) { | ||
console.log(err.message); | ||
}); | ||
app.start(); | ||
@@ -30,0 +34,0 @@ ``` |
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
9608
65