stream-lines
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -14,3 +14,3 @@ var through = require('through3') | ||
*/ | ||
function LineStream(options) { | ||
function Line(options) { | ||
options = options || {}; | ||
@@ -75,2 +75,2 @@ this.encoding = options.encoding || 'utf8'; | ||
module.exports = through.transform(transform, flush, {ctor: LineStream}); | ||
module.exports = through.transform(transform, flush, {ctor: Line}); |
{ | ||
"name": "stream-lines", | ||
"description": "Line transform stream, reads bytes writes arrays of lines.", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"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
5181