Comparing version 2.0.0 to 2.0.1
@@ -66,3 +66,3 @@ // Generated by CoffeeScript 2.3.1 | ||
this.filename = filename; | ||
({separator: this.separator = /[\r]{0,1}\n/, fsWatchOptions: this.fsWatchOptions = {}, fromBeginning = false, follow: this.follow = true, logger: this.logger, useWatchFile: this.useWatchFile = false, flushAtEOF: this.flushAtEOF = false, encoding: this.encoding = "utf-8"} = options); | ||
({separator: this.separator = /[\r]{0,1}\n/, fsWatchOptions: this.fsWatchOptions = {}, follow: this.follow = true, logger: this.logger, useWatchFile: this.useWatchFile = false, flushAtEOF: this.flushAtEOF = false, encoding: this.encoding = "utf-8", fromBeginning = false} = options); | ||
if (this.logger) { | ||
@@ -69,0 +69,0 @@ this.logger.info("Tail starting..."); |
@@ -17,3 +17,3 @@ { | ||
], | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"homepage": "https://www.lucagrulla.com/node-tail", | ||
@@ -20,0 +20,0 @@ "repository": { |
@@ -9,2 +9,3 @@ # Tail | ||
[![npm](https://img.shields.io/npm/v/tail.svg?style=plastic)](https://www.npmjs.com/package/tail) | ||
![npm](https://img.shields.io/npm/dm/tail.svg) | ||
@@ -11,0 +12,0 @@ Author: [Luca Grulla](https://www.lucagrulla.com) - [www.lucagrulla.com](https://www.lucagrulla.com) |
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
11675
109