🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

amqplib

Package Overview
Dependencies
Maintainers
2
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

amqplib - npm Package Compare versions

Comparing version

to
0.10.8

5

CHANGELOG.md
# Change log for amqplib
## Unreleased
## v0.10.8
- Updated README
## v0.10.7
- Remove bitsyntax dependency - See https://github.com/amqp-node/amqplib/pull/785. Thanks @ikenfin

@@ -5,0 +8,0 @@ - Stop checking if frame max is exceeded when parsing frames - See https://github.com/amqp-node/amqplib/pull/784. Thanks @ohroy

2

package.json

@@ -5,3 +5,3 @@ {

"main": "./channel_api.js",
"version": "0.10.7",
"version": "0.10.8",
"description": "An AMQP 0-9-1 (e.g., RabbitMQ) library and client.",

@@ -8,0 +8,0 @@ "repository": {

@@ -8,4 +8,16 @@ # AMQP 0-9-1 library and client for Node.JS

A library for making AMQP 0-9-1 clients for Node.JS, and an AMQP 0-9-1 client for Node.JS v10+. This library does not implement [AMQP1.0](https://github.com/amqp-node/amqplib/issues/63) or [AMQP0-10](https://github.com/amqp-node/amqplib/issues/94).
npm install amqplib
## ❤️ Help Support Jack
One of my close friends, Jack, was recently diagnosed with terminal brain cancer (grade 4 astrocytoma). He’s a young father facing an unimaginably tough road with remarkable courage. Thanks to chemotherapy, radiotherapy, and your support, two of his tumours have stopped showing activity. Donations help Jack continue accessing promising complementary therapies, attend hospital appointments, and spend meaningful time with his children.
If you’ve benefited from amqplib, please consider supporting Jack’s journey through his [J Crushing Cancer](https://www.gofundme.com/f/j-crushing-cancer) gofundme page. Thank you - @cressie176
## RabbitMQ Compatibility
Only `0.10.7` and later versions of this library are compatible with RabbitMQ 4.1.0 (and later releases).
## Links
* [Change log][changelog]

@@ -17,10 +29,4 @@ * [GitHub pages][gh-pages]

A library for making AMQP 0-9-1 clients for Node.JS, and an AMQP 0-9-1 client for Node.JS v10+.
## Project status
This library does not implement [AMQP
1.0](https://github.com/amqp-node/amqplib/issues/63) or [AMQP
0-10](https://github.com/amqp-node/amqplib/issues/94).
Project status:
- Expected to work

@@ -27,0 +33,0 @@ - Complete high-level and low-level APIs (i.e., all bits of the protocol)

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet