Socket
Socket
Sign inDemoInstall

amqplib

Package Overview
Dependencies
Maintainers
2
Versions
32
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 0.10.2 to 0.10.3

.github/ISSUE_TEMPLATE/bug_report.md

6

CHANGELOG.md
# Change log for amqplib
## Changes in v0.10.3
git log v0.10.2..v0.10.3
- Use @acuminous/bitsyntax fork. See https://github.com/amqp-node/amqplib/issues/453
## Changes in v0.10.2

@@ -4,0 +10,0 @@

2

lib/frame.js

@@ -11,3 +11,3 @@ // The river sweeps through

var Bits = require('bitsyntax');
var Bits = require('@acuminous/bitsyntax');

@@ -14,0 +14,0 @@ module.exports.PROTOCOL_HEADER = "AMQP" + String.fromCharCode(0, 0, 9, 1);

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

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

@@ -16,3 +16,3 @@ "repository": {

"dependencies": {
"bitsyntax": "~0.1.0",
"@acuminous/bitsyntax": "^0.1.2",
"buffer-more-ints": "~1.0.0",

@@ -19,0 +19,0 @@ "readable-stream": "1.x >=1.1.9",

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