Comparing version 0.3.8 to 0.3.9
@@ -6,3 +6,3 @@ { | ||
"description": "tail a file in node", | ||
"version": "0.3.8", | ||
"version": "0.3.9", | ||
"repository": { | ||
@@ -9,0 +9,0 @@ "type": "git", |
@@ -54,3 +54,3 @@ // Generated by CoffeeScript 1.6.2 | ||
function Tail(filename, separator, frombeginning, fsWatchOptions) { | ||
function Tail(filename, separator, fsWatchOptions, frombeginning) { | ||
var stats, | ||
@@ -61,4 +61,4 @@ _this = this; | ||
this.separator = separator != null ? separator : '\n'; | ||
this.fsWatchOptions = fsWatchOptions != null ? fsWatchOptions : {}; | ||
this.frombeginning = frombeginning != null ? frombeginning : false; | ||
this.fsWatchOptions = fsWatchOptions != null ? fsWatchOptions : {}; | ||
this.readBlock = __bind(this.readBlock, this); | ||
@@ -65,0 +65,0 @@ this.buffer = ''; |
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
0