filewatcher
Advanced tools
Comparing version 1.1.1 to 1.1.2
@@ -12,3 +12,3 @@ var fs = require('fs') | ||
if (!opts) opts = {} | ||
if (opts.persistent == undefined) opts.persistent = true | ||
if (opts.persistent === undefined) opts.persistent = true | ||
if (!opts.interval) opts.interval = 1000 | ||
@@ -15,0 +15,0 @@ this.polling = 'polling' in opts ? opts.polling : process.platform == 'win32' |
{ | ||
"name": "filewatcher", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "Wrapper around fs.watch with fallback to fs.watchFile", | ||
@@ -5,0 +5,0 @@ "author": "Felix Gnass", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
5635