Comparing version 2.2.2 to 2.2.3
@@ -20,3 +20,3 @@ let events = require(`events`) | ||
this.fsWatchOptions = options.fsWatchOptions || {}; | ||
this.follow = 'follow' in options ? options.follow : true; | ||
this.follow = options['follow'] != undefined ? options['follow'] : true; | ||
this.logger = options.logger || new devNull(); | ||
@@ -23,0 +23,0 @@ this.useWatchFile = options.useWatchFile || false; |
@@ -17,3 +17,3 @@ { | ||
], | ||
"version": "2.2.2", | ||
"version": "2.2.3", | ||
"homepage": "https://www.lucagrulla.com/node-tail", | ||
@@ -20,0 +20,0 @@ "repository": { |
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
16534
7