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 1.2.2 to 1.2.3

6

lib/AmqpBarrel.js

@@ -37,5 +37,2 @@ 'use strict'

socket.on('data', function ( message ) {
if ( self.expAck )
socket.ack()
var comm = JSON.parse( message )

@@ -48,2 +45,5 @@

if ( self.expAck )
socket.ack()
if ( !interested ) return false

@@ -50,0 +50,0 @@ self.innerProcessAmqp( comm )

{
"name": "harcon-amqp",
"version": "1.2.2",
"version": "1.2.3",
"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