Socket
Socket
Sign inDemoInstall

sqs-consumer

Package Overview
Dependencies
Maintainers
2
Versions
101
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sqs-consumer - npm Package Compare versions

Comparing version 7.0.1 to 7.0.2

2

dist/consumer.d.ts

@@ -37,3 +37,3 @@ import { ConsumerOptions, TypedEventEmitter, StopOptions } from './types';

*/
stop(options: StopOptions): void;
stop(options?: StopOptions): void;
/**

@@ -40,0 +40,0 @@ * Returns the current polling state of the consumer: `true` if it is actively polling, `false` if it is not.

{
"name": "sqs-consumer",
"version": "7.0.1",
"version": "7.0.2",
"description": "Build SQS-based Node applications without the boilerplate",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -105,3 +105,3 @@ import {

*/
public stop(options: StopOptions): void {
public stop(options?: StopOptions): void {
if (this.stopped) {

@@ -108,0 +108,0 @@ debug('Consumer was already stopped');

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