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

sqs-producer

Package Overview
Dependencies
Maintainers
1
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.4 to 1.4.0

4

lib/producer.js

@@ -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",

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