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

rhea

Package Overview
Dependencies
Maintainers
1
Versions
83
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rhea - npm Package Compare versions

Comparing version 0.3.3 to 0.3.4

3

lib/session.js

@@ -393,2 +393,5 @@ /*

if (d && !d.remote_settled) {
if (fields.state && fields.state !== d.remote_state) {
d.remote_state = message.unwrap_outcome(fields.state);
}
if (fields.settled) {

@@ -395,0 +398,0 @@ d.remote_settled = fields.settled;

2

lib/transport.js

@@ -36,3 +36,3 @@ /*

Transport.prototype.has_writes_pending = function () {
return this.pending.length > 0;
return this.pending.length > 0 || !this.header_sent;
};

@@ -39,0 +39,0 @@

{
"name": "rhea",
"version": "0.3.3",
"version": "0.3.4",
"description": "reactive AMQP 1.0 library",

@@ -5,0 +5,0 @@ "homepage": "http://github.com/amqp/rhea",

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