Socket
Socket
Sign inDemoInstall

watch

Package Overview
Dependencies
0
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.6.0 to 0.7.0

41

package.json

@@ -1,16 +0,27 @@

{ "name" : "watch"
, "description" : "Utilities for watching file trees."
, "tags" : ["util", "utility", "fs", "files"]
, "version" : "0.6.0"
, "homepage": "https://github.com/mikeal/watch"
, "bugs":
{ "url": "https://github.com/mikeal/watch/issues" }
, "repository": { "type": "git"
, "url": "git://github.com/mikeal/watch.git"
}
, "author" : "Mikeal Rogers <mikeal.rogers@gmail.com>"
, "directories" :
{ "lib" : "lib" }
, "engines" : ["node >=0.1.95"]
, "main" : "./main"
{
"name": "watch",
"description": "Utilities for watching file trees.",
"tags": [
"util",
"utility",
"fs",
"files"
],
"version": "0.7.0",
"homepage": "https://github.com/mikeal/watch",
"bugs": {
"url": "https://github.com/mikeal/watch/issues"
},
"repository": {
"type": "git",
"url": "git://github.com/mikeal/watch.git"
},
"author": "Mikeal Rogers <mikeal.rogers@gmail.com>",
"directories": {
"lib": "lib"
},
"engines": [
"node >=0.1.95"
],
"main": "./main"
}

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc