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 5.7.5 to 5.8.1

4

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

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

"async": "^2.1.2",
"harcon": "^5.7.5",
"harcon": "^5.8.1",
"isa.js": "^1.7.5",

@@ -30,0 +30,0 @@ "proback.js": "^1.6.0",

@@ -76,5 +76,5 @@ 'use strict'

inflicter.entities( function (err, entities) {
let names = entities.map( function (entity) { return entity.name } )
let names = entities.map( function (entity) { return entity.name } ).sort()
console.log( '...', err, entities, names )
expect( names ).to.eql( [ 'Inflicter', 'peter', 'Mortar', 'Alizee', 'Bandit', 'Charlotte', 'Claire', 'Domina', 'Julie', 'Lina', 'Marie', 'Marion', 'walter' ] )
expect( names ).to.eql( [ 'Alizee', 'Bandit', 'Charlotte', 'Claire', 'Domina', 'Inflicter', 'Julie', 'Lina', 'Marie', 'Marion', 'Mortar', 'peter', 'walter' ] )
done(err)

@@ -81,0 +81,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