New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.7.0 to 0.7.5

3

lib/AmqpBarrel.js

@@ -71,2 +71,4 @@ 'use strict';

socket.setDefaultEncoding('utf8');
if( self.expiration )
socket.setsockopt('expiration', self.expiration);

@@ -94,2 +96,3 @@ socket.connect( division, function() {

self.timeout = config.timeout || 0;
self.expiration = config.expiration || 0;
self.ctx = rabbit.createContext( self.connectURL );

@@ -96,0 +99,0 @@ self.ctx.on('ready', function() {

2

package.json
{
"name": "harcon-amqp",
"version": "0.7.0",
"version": "0.7.5",
"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