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.6.0 to 6.7.0

2

lib/config.js

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

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

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

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

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

@@ -33,0 +33,0 @@ async shutdown() {

{
"name": "steveo",
"version": "6.6.0",
"version": "6.7.0",
"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