Comparing version 0.9.2 to 0.9.3
@@ -17,2 +17,3 @@ var net = require('net'); | ||
this.stack = []; | ||
this.streams = []; | ||
return this; | ||
@@ -56,3 +57,3 @@ } | ||
else { | ||
attachDnode(); | ||
attachDnode(); | ||
} | ||
@@ -98,3 +99,2 @@ | ||
function attachDnode() { | ||
client = createClient(self.proto, stream); | ||
@@ -129,2 +129,3 @@ | ||
this.streams.push(stream); | ||
return this; | ||
@@ -131,0 +132,0 @@ }; |
{ | ||
"name" : "dnode", | ||
"version" : "0.9.2", | ||
"version" : "0.9.3", | ||
"description" : "freestyle RPC", | ||
@@ -5,0 +5,0 @@ "main" : "./index.js", |
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
146361
68
1749