Comparing version 0.3.11 to 0.3.12
{ | ||
"name": "ricochet", | ||
"version": "0.3.11", | ||
"version": "0.3.12", | ||
"description": "Pub/Sub Framework for building robust TCP transport layers in node.js applications ", | ||
@@ -5,0 +5,0 @@ "main": "ricochet.js", |
@@ -410,3 +410,3 @@ 'use strict'; | ||
self.socket.setNoDelay(options.noDelay || true); | ||
self.socket.setEncoding(this.config.encoding); | ||
self.socket.setEncoding(self.config.encoding); | ||
@@ -413,0 +413,0 @@ var json = self.socket.pipe(jsonStream()); |
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