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

@highoutput/amqp

Package Overview
Dependencies
Maintainers
1
Versions
80
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@highoutput/amqp - npm Package Compare versions

Comparing version 0.5.5 to 0.5.6

5

build/lib/worker.js

@@ -127,5 +127,8 @@ "use strict";

if (this.receiver && this.receiver.is_open()) {
this.receiver.set_credit_window(0);
}
await this.asyncGroup.wait();
if (this.receiver && this.receiver.is_open()) {
await util_1.closeReceiver(this.receiver);
}
await this.asyncGroup.wait();
await Promise.all(Array.from(this.senders.values()).map(async (promise) => {

@@ -132,0 +135,0 @@ const sender = await promise;

{
"name": "@highoutput/amqp",
"version": "0.5.5",
"version": "0.5.6",
"description": "A simplified abstraction of the AMQP 1.0 protocol",

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

"test": " TS_NODE_PROJECT=tsconfig.json TS_NODE_FILES=true cucumber-js -p default",
"test:only": "DEBUG=error*,verbose*,silly*,warn* TS_NODE_PROJECT=tsconfig.json TS_NODE_FILES=true cucumber-js -p only",
"test:only": "DEBUG=*response*,-*client* TS_NODE_PROJECT=tsconfig.json TS_NODE_FILES=true cucumber-js -p only",
"clean": "rimraf build/",

@@ -29,5 +29,6 @@ "build": "npm run clean && tsc --project tsconfig.json",

"@types/chai": "^4.2.7",
"@types/chance": "^1.1.0",
"@types/cucumber": "^6.0.0",
"@types/node": "^13.7.0",
"@types/ramda": "^0.26.41",
"@types/ramda": "^0.27.6",
"@types/serialize-error": "^4.0.1",

@@ -47,2 +48,3 @@ "@types/uuid": "^3.4.6",

"@highoutput/logger": "^0.2.3",
"chance": "^1.1.6",
"ramda": "^0.27.0",

@@ -56,3 +58,3 @@ "rhea": "git+ssh://git@github.com/HighOutputVentures/rhea.git#semver:~1.1.1",

},
"gitHead": "00381c5392a5ce38f2092785f5eb3f574bd183fd"
"gitHead": "86223d225fd59f1c19501cf4bae39696c03da766"
}
build/lib/worker.d.ts.map

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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