Comparing version 0.1.4 to 0.1.5
@@ -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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
307256
+ Addeddebug@0.8.1(transitive)
- Removeddebug@2.6.9(transitive)
- Removedms@2.0.0(transitive)
Updateddebug@^0.8.0