Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

sqs-producer

Package Overview
Dependencies
Maintainers
2
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sqs-producer - npm Package Compare versions

Comparing version 1.3.0 to 1.3.1

.jsbeautifyrc

4

lib/producer.js

@@ -120,2 +120,6 @@ var AWS = require('aws-sdk');

if (!Array.isArray(messages)) {
messages = [messages];
}
this._sendBatch(failedMessages, messages, startIndex, cb);

@@ -122,0 +126,0 @@ };

2

package.json
{
"name": "sqs-producer",
"version": "1.3.0",
"version": "1.3.1",
"description": "Enqueues messages onto a given SQS queue",

@@ -5,0 +5,0 @@ "main": "index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc