linerstream
Advanced tools
Comparing version 0.1.2 to 0.1.3
@@ -23,3 +23,3 @@ var Transform = require('stream').Transform | ||
Liner.prototype_flush = function flush(done) { | ||
Liner.prototype._flush = function flush(done) { | ||
if (this._lastLineData) { | ||
@@ -26,0 +26,0 @@ this.push(this._lastLineData) |
{ | ||
"name": "linerstream", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "Split a readable stream by newline characters", | ||
@@ -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
16008