Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

filewatcher

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

filewatcher - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

2

index.js

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc