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

steveo

Package Overview
Dependencies
Maintainers
4
Versions
220
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

steveo - npm Package Compare versions

Comparing version 2.0.5 to 2.0.6

8

lib/producer/sqs.js

@@ -18,3 +18,3 @@ "use strict";

async initialize(topic) {
var _a;
var _a, _b;
if (!topic) {

@@ -37,5 +37,5 @@ throw new Error('Topic cannot be empty');

};
const { data: { QueueUrl }, } = await this.producer.createQueueAsync(params);
this.sqsUrls[topic] = QueueUrl;
return QueueUrl;
let createResponse = await this.producer.createQueueAsync(params);
this.sqsUrls[topic] = (_b = createResponse) === null || _b === void 0 ? void 0 : _b.QueueUrl;
return this.sqsUrls[topic];
}

@@ -42,0 +42,0 @@ getPayload(msg, topic) {

{
"name": "steveo",
"version": "2.0.5",
"version": "2.0.6",
"description": "A Task Pub/Sub Background processing library",

@@ -5,0 +5,0 @@ "main": "lib/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