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

harcon-amqp

Package Overview
Dependencies
Maintainers
1
Versions
197
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

harcon-amqp - npm Package Compare versions

Comparing version 0.6.5 to 0.7.0

2

lib/AmqpBarrel.js

@@ -40,3 +40,3 @@ 'use strict';

var reComm = Communication.importCommunication( comm.comm );
var reResComm = (comm.response && comm.responseComms.length>0) ? Communication.importCommunication( comm.responseComms[0] ) : null;
var reResComm = comm.response ? (comm.responseComms.length>0 ? Communication.importCommunication( comm.responseComms[0] ) : reComm.twist( self.systemFirestarter.name, comm.err ) ) : null;

@@ -43,0 +43,0 @@ var interested = (!reResComm && self.matching( reComm ).length !== 0) || (reResComm && self.matchingResponse( reResComm ).length !== 0);

{
"name": "harcon-amqp",
"version": "0.6.5",
"version": "0.7.0",
"description": "AMQP plugin for the harcon messaging/service bus of node-based enterprise entities.",

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

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