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.2 to 2.0.3

13

lib/config/sqs.js

@@ -9,5 +9,18 @@ "use strict";

};
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const AWS = __importStar(require("aws-sdk"));
const https_1 = __importDefault(require("https"));
const sqs = (config) => {
if (process.env.NODE_ENV === 'development') {
AWS.config.update({
httpOptions: {
agent: new https_1.default.Agent({
rejectUnauthorized: false,
}),
},
});
}
const instance = new AWS.SQS({

@@ -14,0 +27,0 @@ region: config.region,

2

package.json
{
"name": "steveo",
"version": "2.0.2",
"version": "2.0.3",
"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