sqs-producer
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "sqs-producer", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Enqueues messages onto a given SQS queue", | ||
@@ -9,3 +9,3 @@ "main": "index.js", | ||
"coverage": "jscoverage lib lib-cov && NODE_ENV=dev COVERAGE=1 mocha -R html-cov > coverage.html && open coverage.html", | ||
"lint" : "jshint ." | ||
"lint": "jshint ." | ||
}, | ||
@@ -28,3 +28,4 @@ "repository": { | ||
"jscoverage": "^0.5.9", | ||
"jshint": "^2.5.10" | ||
"jshint": "^2.5.10", | ||
"mocha": "^2.0.1" | ||
}, | ||
@@ -43,4 +44,4 @@ "jshintConfig": { | ||
"afterEach": false | ||
} | ||
} | ||
} | ||
} |
sqs-producer | ||
==================== | ||
[![Build Status](https://travis-ci.org/BBC/sqs-producer.svg)](https://travis-ci.org/BBC/sqs-producer) | ||
Enqueues messages onto a given SQS queue | ||
@@ -22,3 +24,3 @@ | ||
producer.send(['msg1', 'msg2'], function(err) { | ||
if (err) console.log(err); | ||
if (err) console.log(err); | ||
}); | ||
@@ -25,0 +27,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
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
48
4319
3
8
45
1