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.4.4

Diff

Changelog

Source

v2.4.4 2013 October 10

  • Added the ability to turn off following links by setting followLinks to false - Thanks to Fredrik Noren for pull request #47
  • Prefer accuracy over speed - Use the watch method by default, but don't trust it at all, always double check everything
balupton
published 2.4.3 •

Changelog

Source

v2.4.3 2013 April 10

  • More work on swap file handling
balupton
published 2.4.2 •

Changelog

Source

v2.4.2 2013 April 10

  • File copies will now trigger events throughout the copy rather than just at the start of the copy - Close issue #35
balupton
published 2.4.1 •

Changelog

Source

v2.4.1 2013 April 10

  • Fixed bubblr events
  • Fixed swap file detection
balupton
published 2.4.0 •

Changelog

Source

v2.4.0 2013 April 5

  • Updated dependencies
balupton
published 2.3.10 •

Changelog

Source

v2.3.10 2013 April 1

  • Updated dependencies
balupton
published 2.3.9 •

Changelog

Source

v2.3.9 2013 March 17

  • Made it so if duplicateDelay is falsey we will not do a duplicate check
balupton
published 2.3.8 •

Changelog

Source

v2.3.8 2013 March 17

balupton
published 2.3.7 •

Changelog

Source

v2.3.7 2013 February 6

  • Changed the preferredMethod option into preferredMethods which accepts an array, defaults to ['watch','watchFile']
  • If the watch action fails at the eve level we will try again with the preferredMethods reversed - This solves issue #31 where watching of large files would fail
  • Changed the interval option to default to 5007 (recommended by node) instead of 100 as it was before - The watch method provides us with immediate notification of changes without utilising polling, however the watch method fails for large amounts of files, in which case we will fall back to the watchFile method that will use this option, if the option is too small we will be constantly polling the large amount of files for changes using up all the CPU and memory, hence the change into a larger increment which has no CPU and memory impact.
balupton
published 2.3.6 •

Changelog

Source

v2.3.6 2013 February 6

  • Fixed fallback when preferredMethod is watchFile
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