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

@cheep/transport-rabbitmq

Package Overview
Dependencies
Maintainers
2
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cheep/transport-rabbitmq - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

2

package.json
{
"name": "@cheep/transport-rabbitmq",
"version": "1.1.0",
"version": "1.1.1",
"contributors": [

@@ -5,0 +5,0 @@ "Ezeki",

@@ -70,3 +70,3 @@ "use strict";

const prefixes = this.getRegisteredPrefixes();
const patterns = prefixes.map(x => `${x}#`).concat(routes);
const patterns = prefixes.map(x => `${x}.#`).concat(routes);
this.bindingSetup = (x) => tslib_1.__awaiter(this, void 0, void 0, function* () {

@@ -73,0 +73,0 @@ yield Promise.all(patterns.map(pattern => x.bindQueue(this.queueName, this.options.publishExchangeName, pattern)));

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