sqs-producer
Advanced tools
Comparing version 1.3.4 to 1.4.0
@@ -157,4 +157,6 @@ 'use strict'; | ||
module.exports.create = function (options) { | ||
Producer.create = function (options) { | ||
return new Producer(options); | ||
}; | ||
module.exports = Producer; |
{ | ||
"name": "sqs-producer", | ||
"version": "1.3.4", | ||
"version": "1.4.0", | ||
"description": "Enqueues messages onto a given SQS queue", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
8535
129