slice-file
Advanced tools
Comparing version 0.1.2 to 0.1.3
@@ -47,2 +47,6 @@ var fs = require('fs'); | ||
if (end !== undefined && end <= start) { | ||
return nextTick(function () { cb(null, null) }); | ||
} | ||
var found = false; | ||
@@ -49,0 +53,0 @@ var line = null; |
{ | ||
"name": "slice-file", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "stream file slices by line number indexes", | ||
@@ -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
21740
19
527
7