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

pathwatcher

Package Overview
Dependencies
Maintainers
1
Versions
130
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pathwatcher

watch events of a file

  • 0.2.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
143
decreased by-30.92%
Maintainers
1
Weekly downloads
 
Created
Source

Path Watcher Node Module

Installing

npm install pathwatcher

Building

  • Clone the repository
  • Run npm install
  • Run grunt to compile the CoffeeScript and native code
  • Run npm test to run the specs

Docs

watch(filename, [listener])

Watch for changes on filename, where filename is either a file or a directory. The returned object is a PathWatcher.

The listener callback gets two arguments (event, path). event is either 'rename' or 'change', and path is the path of the file which triggered the event.

PathWatcher.close()

Stop watching for changes on the given PathWatcher.

FAQs

Package last updated on 10 Apr 2013

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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