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 8.4.7 to 8.4.8

8

lib/AmqpBarrel.js

@@ -309,2 +309,9 @@ let _ = require('isa.js')

natsbarrel.clearKeeper = function ( ) {
if (this.keeper) {
clearInterval( this.keeper )
this.keeper = null
}
}
amqpbarrel.clearClearer = function ( ) {

@@ -377,2 +384,3 @@ if ( this.cleaner ) {

self.clearReporter()
self.clearKeeper()
self.clearClearer()

@@ -379,0 +387,0 @@ try {

6

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

@@ -27,3 +27,3 @@ "keywords": [

"clerobee": "^0.8.6",
"harcon": "^8.4.6",
"harcon": "^8.4.8",
"isa.js": "^2.1.0",

@@ -37,3 +37,3 @@ "proback.js": "^2.1.3",

"mkdirp": "^0.5.1",
"pino": "^4.7.2",
"pino": "^4.9.0",
"watch": "^1.0.2"

@@ -40,0 +40,0 @@ },

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