Socket
Socket
Sign inDemoInstall

watchr

Package Overview
Dependencies
Maintainers
1
Versions
122
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

watchr - npm Package Compare versions

Comparing version 2.1.5 to 2.1.6

4

History.md
## History
- v2.1.6 November 6, 2012
- Added missing `bin` configuration
- Fixes [#16](https://github.com/bevry/watchr/issues/16) thanks to [pull request #17](https://github.com/bevry/watchr/pull/17) by [Robson Roberto Souza Peixoto](https://github.com/robsonpeixoto)
- v2.1.5 September 29, 2012

@@ -4,0 +8,0 @@ - Fixed completion callback not firing when trying to watch a path that doesn't exist

2

out/bin/watchr.js

@@ -1,2 +0,2 @@

// Generated by CoffeeScript 1.3.3
// Generated by CoffeeScript 1.4.0
var changes, cwd, path, watchPath, watchr,

@@ -3,0 +3,0 @@ __slice = [].slice;

@@ -1,2 +0,2 @@

// Generated by CoffeeScript 1.3.3
// Generated by CoffeeScript 1.4.0
/*

@@ -3,0 +3,0 @@ Watchr is used to be nofitied when a change happens to, or within a directory.

{
"name": "watchr",
"version": "2.1.5",
"version": "2.1.6",
"description": "Better file system watching for Node.js",

@@ -19,3 +19,4 @@ "homepage": "https://github.com/bevry/watchr",

"Benjamin Lupton <b@lupton.cc> (http://balupton.com)",
"Casey Foster (https://github.com/caseywebdev)"
"Casey Foster (https://github.com/caseywebdev)",
"Robson Roberto Souza Peixoto <robsonpeixoto@gmail.com> (https://github.com/robsonpeixoto)"
],

@@ -32,5 +33,2 @@ "bugs": {

},
"engines" : {
"node": ">=0.4.0"
},
"dependencies": {

@@ -40,4 +38,4 @@ "bal-util": "1.13.x"

"devDependencies": {
"coffee-script": "1.3.x",
"joe": "1.0.x"
"coffee-script": "1.4.x",
"joe": "1.1.x"
},

@@ -47,2 +45,5 @@ "directories": {

},
"bin": {
"watchr": "./bin/watchr"
},
"scripts": {

@@ -49,0 +50,0 @@ "test": "node ./out/test/everything.test.js --joe-reporter=console"

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