peerlibrary/meteor-extend-publish

Name: meteor-extend-publish

Owner: PeerLibrary

Description: Helper to easier extend Meteor.publish

Created: 2017-04-24 01:57:40.0

Updated: 2017-04-24 01:59:41.0

Pushed: 2018-01-15 10:07:15.0

Homepage: https://atmospherejs.com/peerlibrary/extend-publish

Size: 4

Language: CoffeeScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Helper to easier extend Meteor.publish

This Meteor smart package provides extendPublish helper. You should pass to it a function which receives name, func, options and returns an array of potentially new values to be passed to Meteor.publish. After extendPublish has been called (potentially multiple times), every call to Meteor.publish will first call this function (or functions) instead, before passing arguments to core Meteor.publish.

Server side only.

Installation
or add peerlibrary:extend-publish

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.