linerstream
Advanced tools
Comparing version 0.1.1 to 0.1.2
{ | ||
"name": "linerstream", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "Split a readable stream by newline characters", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -26,3 +26,3 @@ # linerstream | ||
} | ||
var splitter = new Linestream(opts) // opts is optional | ||
var splitter = new Linerstream(opts) // opts is optional | ||
@@ -29,0 +29,0 @@ var readStream = fs.createReadStream('/file/with/line/breaks.txt') |
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
16007