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

larvitamintercom

Package Overview
Dependencies
Maintainers
1
Versions
133
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

larvitamintercom - npm Package Compare versions

Comparing version 0.1.4 to 0.1.5

6

index.js

@@ -207,2 +207,6 @@ 'use strict';

if (options.exclusive !== true && options.exclusive !== false) {
options.exclusive = false;
}
queueName = 'queTo_' + options.exchange;

@@ -240,3 +244,3 @@

// are delivered to the application." - https://www.rabbitmq.com/amqp-0-9-1-reference.html
exclusive = false, // Request exclusive consumer access, meaning only this consumer can access the queue.
exclusive = options.exclusive, // Request exclusive consumer access, meaning only this consumer can access the queue.
args = {}; // https://www.rabbitmq.com/amqp-0-9-1-reference.html#basic.consume.arguments

@@ -243,0 +247,0 @@

2

package.json
{
"name": "larvitamintercom",
"version": "0.1.4",
"version": "0.1.5",
"description": "",

@@ -5,0 +5,0 @@ "main": "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