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

@amplication/plugin-broker-rabbitmq

Package Overview
Dependencies
Maintainers
8
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@amplication/plugin-broker-rabbitmq - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7

2

package.json
{
"name": "@amplication/plugin-broker-rabbitmq",
"version": "0.0.6",
"version": "0.0.7",
"description": "Use a RabbitMQ message broker to communicate between services generated with Amplication",

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

@@ -94,5 +94,6 @@ import {

if (!topicsModule) {
throw new Error(
"Failed to find the topics.ts file for the message broker topics enum"
context.logger.warn(
"No message broker topics were defined and connected to your service, the generated code will not contain actual event handlers for any topic"
);
return modules;
}

@@ -99,0 +100,0 @@

Sorry, the diff of this file is too big to display

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