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.1.4 to 0.1.5

2

lib/link.js

@@ -269,3 +269,3 @@ /*

Sender.prototype.next_tag = function () {
return new String(this.tag++);
return new Buffer(new String(this.tag++));
};

@@ -272,0 +272,0 @@ Sender.prototype.sendable = function (frame) {

{
"name" : "rhea",
"version": "0.1.4",
"version": "0.1.5",
"description": "reactive AMQP 1.0 library",

@@ -11,3 +11,3 @@ "homepage": "http://github.com/grs/rhea",

},
"dependencies": {"debug": "^2.0.0"},
"dependencies": {"debug": "^0.8.0"},
"scripts": {

@@ -14,0 +14,0 @@ "test": "mocha",

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