Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

jackrabbit

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jackrabbit - npm Package Compare versions

Comparing version 3.0.6 to 3.0.7

2

lib/queue.js

@@ -7,3 +7,3 @@ var EventEmitter = require('events').EventEmitter;

EventEmitter.call(this);
options = _.extend({}, { durable: true, noAck: false }, options);
options = _.extend({}, { durable: true, noAck: false, messageTtl: 1000 }, options);

@@ -10,0 +10,0 @@ this.handler = function() {};

{
"name": "jackrabbit",
"version": "3.0.6",
"version": "3.0.7",
"description": "Simple AMQP / RabbitMQ job queues for node",

@@ -5,0 +5,0 @@ "keywords": [

Sorry, the diff of this file is not supported yet

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