stream-lines
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -16,2 +16,5 @@ var util = require('util') | ||
function LineReader(options) { | ||
if(!(this instanceof LineReader)) { | ||
return new LineReader(options); | ||
} | ||
Transform.call(this); | ||
@@ -18,0 +21,0 @@ this._writableState.objectMode = false; |
{ | ||
"name": "stream-lines", | ||
"description": "Line transform stream, reads bytes writes arrays of lines.", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"author": "muji <noop@xpm.io>", | ||
@@ -6,0 +6,0 @@ "repository": { |
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
5458
76