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.2.8 to 0.2.9

2

examples/direct_server.js

@@ -38,3 +38,3 @@ /*

return link && link.local && link.local.attach && link.local.attach.source
&& link.local.attach.source.address === address;
&& link.local.attach.source.value[0].toString() === address;
}

@@ -41,0 +41,0 @@

@@ -52,4 +52,6 @@ /*

EndpointState.prototype.disconnected = function () {
var was_initialised = this.initialised;
var was_open = this.local_open;
this.init();
this.initialised = was_initialised;
if (was_open) {

@@ -56,0 +58,0 @@ this.open();

{
"name" : "rhea",
"version": "0.2.8",
"version": "0.2.9",
"description": "reactive AMQP 1.0 library",

@@ -5,0 +5,0 @@ "homepage": "http://github.com/grs/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