gadicc / meteor-headers

Access HTTP headers on both server and client. Client IP with proxy support.
https://atmospherejs.com/gadicohen/headers
GNU Lesser General Public License v3.0
61 stars 21 forks source link

Undocumented requirement, "check" #44

Closed rchrd2 closed 8 years ago

rchrd2 commented 9 years ago

Hello, I installed this and hit an issue where "check" was not defined. I solved this by running meteor add check. Maybe this is a super common meteor library, but on a fresh project it was no there.

https://github.com/gadicc/meteor-headers/blob/master/lib/headers-server.js#L36

btoueg commented 8 years ago

:+1: underscore is also missing https://github.com/gadicc/meteor-headers/issues/45

gadicc commented 8 years ago

hi guys, sorry for the delay... yeah, meteor 1.2 is a bit stricter; this is fixed now in the 0.0.31 release.