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

rabbitmq-queue-stream

Package Overview
Dependencies
Maintainers
4
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rabbitmq-queue-stream - npm Package Compare versions

Comparing version 0.4.2 to 0.4.3

15

index.js

@@ -504,10 +504,11 @@ var _ = require("lodash");

var nextItem = testMessages.shift();
if(nextItem) {
itemWrapper = {
headers: {},
deliveryInfo: {},
payload: nextItem,
_meta: {}
};
if(!nextItem) {
return this.push(null);
}
itemWrapper = {
headers: {},
deliveryInfo: {},
payload: nextItem,
_meta: {}
};
this.push(itemWrapper);

@@ -514,0 +515,0 @@ };

{
"name": "rabbitmq-queue-stream",
"version": "0.4.2",
"version": "0.4.3",
"description": "Reliable streaming interface to rabbitmq queues",

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

@@ -971,3 +971,2 @@ var EventEmitter = require("events").EventEmitter;

collectedMessages.push(item);
this.push();
next();

@@ -974,0 +973,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