Socket
Socket
Sign inDemoInstall

watchr

Package Overview
Dependencies
Maintainers
2
Versions
122
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

watchr - npm Package Versions

1
13

2.3.5

Diff

Changelog

Source

v2.3.5 2013 February 6

  • Fixed uncaught exceptions when intialising watchers under certain circumstances
balupton
published 2.3.4 •

Changelog

Source

v2.3.4 2013 February 5

  • Better handling and detection of failed watching operations
  • Better handling of duplicated events
  • Watching is now an atomic operation - If watching fails for a descendant, we will close everything related to that watch operation of the eve
  • We now prefer the watch method over the watchFile method - This offers great reliability and way less CPU and memory foot print - If you still wish to prefer watchFile, then set the new configuration option preferredMethod to watchFile
  • Closes issue #30 thanks to Howard Tyson
balupton
published 2.3.3 •

Changelog

Source

v2.3.3 2013 January 8

balupton
published 2.3.2 •

Changelog

Source

v2.3.2 2013 January 6

balupton
published 2.3.1 •

Changelog

Source

v2.3.1 2012 December 19

balupton
published 2.3.0 •

Changelog

Source

v2.3.0 2012 December 17

  • This is a backwards compatiblity break, however updating is easy, read the notes below.
  • We've updated the events we emit to be: - log for debugging, receives the arguments logLevel ,args... - watching for when watching of the path has completed, receives the arguments err, isWatching - change for listening to change events, receives the arguments changeType, fullPath, currentStat, previousStat - error for gracefully listening to error events, receives the arguments err - read the README to learn how to bind to these new events
  • The changeType argument for change listeners has been changed for better clarity and consitency: - change is now update - new is now create - unlink is now delete
  • We've updated the return arguments for require('watchr').watch for better consitency: - if you send the paths option, you will receive the arguments err, results where results is an array of watcher instances - if you send the path option, you receive the arguments err, watcherInstance
balupton
published 2.2.1 •

Changelog

Source

v2.2.1 2012 December 16

  • Fixed sub directory scans ignoring our ignore patterns
  • Updated dependencies
balupton
published 2.2.0 •

Changelog

Source

v2.2.0 2012 December 15

balupton
published 2.1.6 •

Changelog

Source

v2.1.6 2012 November 6

published 2.1.5 •

Changelog

Source

v2.1.5 2012 September 29

  • Fixed completion callback not firing when trying to watch a path that doesn't exist
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