New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

steveo

Package Overview
Dependencies
Maintainers
2
Versions
228
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 5.0.0-beta2.6 to 5.0.0-beta2.7

4

lib/runner/kafka.js

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

finally {
if (this.paused) {
if (this.steveo.paused) {
this.logger.debug('Consumer paused');

@@ -238,3 +238,3 @@ return;

}
if (!this.paused) {
if (!this.steveo.paused) {
this.logger.debug('Resuming consumer');

@@ -241,0 +241,0 @@ this.consumer.consume(1, this.consumeCallback);

{
"name": "steveo",
"version": "5.0.0-beta2.6",
"version": "5.0.0-beta2.7",
"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