New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

refill-watcher

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

refill-watcher

Watcher for refill tasks

latest
Source
npmnpm
Version
1.0.1
Version published
Maintainers
1
Created
Source

Refill watcher

Zkflow watcher watches files for you and runs provided asynchronous function when this files changes. It prevents function to run more than once at a time and prevents building up run queue.

Made by Zaklinacze Kodu

Facebook

Shields

npm npm npm Travis
bitHound Overall Score bitHound Dependencies bitHound Dev Dependencies bitHound Code
GitHub forks GitHub stars GitHub watchers

Installation

npm install --save refill-watcher

API

require('refill-watcher').watch(task, isWatching, globs, logger);
  • task - asynchronous function, witch return promise;
  • isWatching - true or false. When false task will be run only once and then it will exit.
  • globs - globs that will be passed to gulp-watch
  • logger - logger from refill-logger

Changelog

Changelog at github

Sponsors

Zaklinacze Kodu

Keywords

watch

FAQs

Package last updated on 02 Oct 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts