I’ve created two utility packages for meteor that I use quite a lot, they are:
CallBack Stack
available on atmosphere here
Utility mixin for stacking callbacks in JS. This modules allows to “stack” callbacks, and then execute them at a later stage, and has a tremendously simple api.
Common Polyfills
available on atmosphere here
Common javascript polyfills for patching older browsers and devices, Includes:
- addEventListener
- classlist
- Date.now
- requestAnimationFrame
I hope someone else is able to get some use out of them, and if you’re so inclined please contribute.