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.8 to 2.0.9-beta

1

lib/config.js

@@ -33,2 +33,3 @@ "use strict";

parameters.httpOptions = config.httpOptions;
parameters.consumerPollInterval = config.consumerPollInterval || 1000;
}

@@ -35,0 +36,0 @@ else if (parameters.engine === 'redis') {

8

lib/producer/sqs.js

@@ -22,4 +22,6 @@ "use strict";

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

@@ -37,3 +39,3 @@ this.sqsUrls[topic] = queue;

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

@@ -40,0 +42,0 @@ return this.sqsUrls[topic];

{
"name": "steveo",
"version": "2.0.8",
"version": "2.0.9-beta",
"description": "A Task Pub/Sub Background processing library",

@@ -47,3 +47,3 @@ "main": "lib/index.js",

"lodash.shuffle": "^4.2.0",
"moment": "2.24.0",
"moment": "2.27.0",
"null-logger": "^1.0.0",

@@ -58,17 +58,17 @@ "uuid": "^3.1.0"

"devDependencies": {
"@babel/cli": "7.8.4",
"@babel/core": "7.8.7",
"@babel/node": "7.8.7",
"@babel/plugin-proposal-class-properties": "7.8.3",
"@babel/plugin-transform-flow-strip-types": "7.8.3",
"@babel/preset-env": "7.8.7",
"@babel/preset-flow": "7.8.3",
"@babel/preset-typescript": "7.8.3",
"@babel/register": "7.8.6",
"@babel/cli": "7.10.5",
"@babel/core": "7.11.4",
"@babel/node": "7.10.5",
"@babel/plugin-proposal-class-properties": "7.10.4",
"@babel/plugin-transform-flow-strip-types": "7.10.4",
"@babel/preset-env": "7.11.0",
"@babel/preset-flow": "7.10.4",
"@babel/preset-typescript": "7.10.4",
"@babel/register": "7.10.5",
"@istanbuljs/nyc-config-typescript": "0.1.3",
"@types/chai": "4.2.10",
"@types/chai": "4.2.12",
"@types/mocha": "5.2.7",
"@types/node": "12.12.29",
"@typescript-eslint/eslint-plugin": "2.22.0",
"@typescript-eslint/parser": "2.22.0",
"@types/node": "12.12.54",
"@typescript-eslint/eslint-plugin": "2.34.0",
"@typescript-eslint/parser": "2.34.0",
"babel-eslint": "10.1.0",

@@ -81,17 +81,17 @@ "babel-plugin-istanbul": "5.2.0",

"eslint-config-ordermentum": "0.1.0",
"eslint-config-prettier": "6.10.0",
"eslint-import-resolver-typescript": "2.0.0",
"eslint-plugin-import": "2.20.1",
"eslint-plugin-prettier": "3.1.2",
"eslint-config-prettier": "6.11.0",
"eslint-import-resolver-typescript": "2.2.1",
"eslint-plugin-import": "2.22.0",
"eslint-plugin-prettier": "3.1.4",
"eslint-plugin-unicorn": "14.0.1",
"flow-bin": "0.119.1",
"flow-coverage-report": "0.6.1",
"mocha": "6.2.2",
"flow-bin": "0.132.0",
"flow-coverage-report": "0.7.0",
"mocha": "6.2.3",
"nyc": "14.1.1",
"prettier": "1.19.1",
"sinon": "7.5.0",
"source-map-support": "0.5.16",
"typescript": "3.8.3",
"source-map-support": "0.5.19",
"typescript": "3.9.7",
"typescript-eslint-parser": "22.0.0"
}
}
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