Pinned Repositories
autolimit-cursors
Eliminate unnecessary Tracker.autorun reruns caused by minimongo if you're not limiting fields returned by a query
bulk
meteor package to use mongodb bulk operations
computed-fields
Meteor package for automatic computation of field values in a collection
document-classes
Meteor package that provides the ability to easily create classes for transformation of collections
fieldsecurity
Meteor package that provides defining field-level security rules
multi-transform
Meteor package that enables multiple tranformations on collections
package-base
Base class for new packages, providing some useful functionality like logging and utilities
promise-subscribe
Promise support for subscriptions
publisher
Meteor package that create automatic publications and make template subcriptions easier to use
server-transform
Meteor package to transform documents on publish
Maximum Meteor's Repositories
maximummeteor/computed-fields
Meteor package for automatic computation of field values in a collection
maximummeteor/server-transform
Meteor package to transform documents on publish
maximummeteor/fieldsecurity
Meteor package that provides defining field-level security rules
maximummeteor/autolimit-cursors
Eliminate unnecessary Tracker.autorun reruns caused by minimongo if you're not limiting fields returned by a query
maximummeteor/promise-subscribe
Promise support for subscriptions
maximummeteor/bulk
meteor package to use mongodb bulk operations
maximummeteor/document-classes
Meteor package that provides the ability to easily create classes for transformation of collections
maximummeteor/multi-transform
Meteor package that enables multiple tranformations on collections
maximummeteor/package-base
Base class for new packages, providing some useful functionality like logging and utilities
maximummeteor/publisher
Meteor package that create automatic publications and make template subcriptions easier to use
maximummeteor/transformto
Meteor package that provides a `transformTo` function on collections, to transform items to a class
maximummeteor/reactive-cursors
Meteor package that provides reactive cursors on the server