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.0.3 to 2.1.0

out/bin/watchr.js

19

package.json
{
"name": "watchr",
"version": "2.0.3",
"version": "2.1.0",
"description": "Provides a better and normalised API between Node's 0.4 watchFile and 0.6's fsWatcher",

@@ -29,20 +29,19 @@ "homepage": "https://github.com/bevry/watchr",

},
"engines" : {
"node": ">=0.4.0"
},
"dependencies": {
"bal-util": "1.5.x"
"bal-util": "1.9.x"
},
"devDependencies": {
"coffee-script": "1.3.x",
"docco": "0.3.x",
"mocha": "1.0.x"
"joe": "1.0.x"
},
"bin": {
"watchr": "./bin/watchr"
},
"directories": {
"lib": "lib"
"lib": "./out/lib"
},
"scripts": {
"test": "node ./node_modules/mocha/bin/mocha"
"test": "node ./out/test/everything.test.js --joe-reporter=console"
},
"main": "./lib/watchr"
"main": "./out/lib/watchr"
}

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