Comparing version 0.0.3 to 0.0.4
@@ -6,3 +6,3 @@ { | ||
"description": "tail a file in node", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"repository": { | ||
@@ -9,0 +9,0 @@ "type": "git", |
@@ -24,3 +24,3 @@ var Tail, events, fs; | ||
start: prev.size, | ||
end: curr.size, | ||
end: curr.size - 1, | ||
encoding: "utf-8" | ||
@@ -27,0 +27,0 @@ }); |
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
2269