Socket
Socket
Sign inDemoInstall

node-watch

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-watch - npm Package Compare versions

Comparing version 0.5.7 to 0.5.8

5

Changelog.md
# Changelog
## 0.5.8
* Fix async function detection.
## 0.5.7
* add `delay` option and set default to 100ms.
* Add `delay` option and set default to 100ms.

@@ -6,0 +9,0 @@ ## 0.5.6

3

lib/is.js

@@ -26,3 +26,4 @@ var fs = require('fs');

func: function(item) {
return matchObject(item, 'Function');
return matchObject(item, 'Function')
|| matchObject(item, 'AsyncFunction');
},

@@ -29,0 +30,0 @@ number: function(item) {

@@ -14,3 +14,3 @@ {

],
"version": "0.5.7",
"version": "0.5.8",
"bugs": {

@@ -17,0 +17,0 @@ "url": "https://github.com/yuanchuan/node-watch/issues"

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