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

steveo

Package Overview
Dependencies
Maintainers
0
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 6.7.0 to 7.0.0-beta.0

2

lib/config.js

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

parameters.middleware = config.middleware ?? [];
parameters.terminationWaitCount = config.terminationWaitCount ?? 180;
parameters.terminationWaitCount = config.terminationWaitCount ?? 10;
parameters.tasksPath = config.tasksPath;

@@ -33,0 +33,0 @@ if (parameters.engine === 'kafka') {

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

]);
await this.shutdown();
// this.shutdown();
}

@@ -39,3 +39,3 @@ async shutdown() {

let count = 0;
const tries = this?.steveo.config?.terminationWaitCount || 180;
const tries = this?.steveo.config?.terminationWaitCount || 10;
while (!this.isTerminated) {

@@ -42,0 +42,0 @@ if (count === tries) {

{
"name": "steveo",
"version": "6.7.0",
"version": "7.0.0-beta.0",
"description": "A Task Pub/Sub Background processing library",

@@ -40,4 +40,5 @@ "main": "lib/index.js",

"dependencies": {
"@aws-sdk/client-sqs": "^3.637.0",
"@smithy/node-http-handler": "^3.1.4",
"@types/bluebird": "^3.5.38",
"aws-sdk": "^2.1043.0",
"bluebird": "^3.7.2",

@@ -72,3 +73,2 @@ "generic-pool": "^3.9.0",

"@typescript-eslint/parser": "5.62.0",
"aws-sdk": "^2.1043.0",
"chai": "4.4.1",

@@ -95,2 +95,2 @@ "cross-env": "7.0.3",

}
}
}
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