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.7 to 2.0.8

2

lib/producer/sqs.js

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

}
let data = await this.producer.getQueueUrlAsync({ QueueName: topic });
let data = await this.producer.getQueueUrlAsync({ QueueName: topic }).catch(_ => null);
let queue = (_a = data) === null || _a === void 0 ? void 0 : _a.QueueUrl;

@@ -25,0 +25,0 @@ if (queue) {

{
"name": "steveo",
"version": "2.0.7",
"version": "2.0.8",
"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