Huge News!Announcing our $40M Series B led by Abstract Ventures.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.3 to 0.4.5

yarn.lock

2

index.js

@@ -236,3 +236,3 @@ var _ = require("lodash");

if(_.contains(err.message, "ECONNRESET")) {
if(_.includes(err.message, "ECONNRESET")) {
streamsDebug("Ignoring ECONNRESET error");

@@ -239,0 +239,0 @@ return;

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

@@ -21,15 +21,15 @@ "main": "index.js",

"dependencies": {
"amqp": "0.2.0",
"async": "0.9.0",
"debug": "2.1.0",
"jshint": "2.5.7",
"lodash": "2.4.1"
"amqp": "^0.2.7",
"async": "^2.6.2",
"debug": "^4.1.1",
"lodash": "^4.17.11"
},
"devDependencies": {
"codecov.io": "0.0.8",
"expect.js": "0.2.0",
"istanbul": "0.3.5",
"jshint": "2.5.7",
"mocha": "2.0.1",
"expect.js": "0.2.0",
"sinon": "1.11.1",
"rewire": "2.1.2"
"rewire": "2.1.2",
"sinon": "1.11.1"
},

@@ -36,0 +36,0 @@ "author": "Christopher Olivares <chris@classdojo.com>",

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