Comparing version 0.1.8 to 0.1.9
@@ -21,3 +21,4 @@ var util = require('util'), | ||
reader.on('data', function(data) { | ||
var lines = (buffer + data).split(separator); | ||
var lines = data.split(separator); | ||
lines[0] = buffer + lines[0]; | ||
buffer = lines.pop(); | ||
@@ -24,0 +25,0 @@ |
{ "name" : "carrier" | ||
, "description" : "Evented stream line reader for node.js" | ||
, "version" : "0.1.8" | ||
, "version" : "0.1.9" | ||
, "homepage" : "http://github.com/pgte/carrier" | ||
@@ -5,0 +5,0 @@ , "author" : |
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
8286
187