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 3.0.1 to 3.0.2

4

lib/session.js

@@ -322,3 +322,5 @@ /*

}
current.frames.push(frame.payload);
if (frame.payload) {
current.frames.push(frame.payload);
}
} else if (this.next_delivery_id === frame.performative.delivery_id) {

@@ -325,0 +327,0 @@ current = {'id':frame.performative.delivery_id,

@@ -519,2 +519,4 @@ /*

return types.wrap_uuid(o);
} else if (o instanceof Typed) {
return o;
} else {

@@ -521,0 +523,0 @@ //TODO handle uuids

{
"name": "rhea",
"version": "3.0.1",
"version": "3.0.2",
"description": "reactive AMQP 1.0 library",

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

@@ -294,3 +294,3 @@ ![Node.js CI](https://github.com/amqp/rhea/workflows/Node.js%20CI/badge.svg)

connection. See the [websocket echo server
example](example/websocket/echo.js) for how to use it.
example](examples/websockets/echo.js) for how to use it.

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