qualia:analyze-observes

v0.0.2Published 6 years ago

This package has not had recent updates. Please investigate it's current state before committing to using it in your project.

Analyze Observes

This package helps you find and fix publications/observes that are using the polling driver, rather than the oplog driver.

Installation

$ meteor add qualia:analyze-observes

Usage

1import { Analyze } from 'meteor/qualia:analyze-observes';
2console.log(Analyze.go());