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

coffee-observer

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

coffee-observer

Utility functions for observing source code.

latest
Source
npmnpm
Version
0.0.4
Version published
Maintainers
1
Created
Source

CoffeeObserver

This project makes a few things easy:

  • Monitoring files for changes and triggering some action
  • Monitoring processes and restarting them
  • Outputting to console and growl notifications

Although there are separate projects that may do any one of these with more features, this minimalist combination is already integrated and works well together to do things like:

  • Start your code in a process loop
  • Restart it when your source code changes
  • Notify you if anything fails inbetween iterations

Its main purpose is to speed up development cycles by reducing the iteration time.

  • CoffeeAssets

Keywords

coffee

FAQs

Package last updated on 01 Nov 2013

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