jshttp / proxy-addr

Determine address of proxied request

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Upgrade to ipaddr 1.0.5 - Fix error with IP undefined

EnzoMartin opened this issue · comments

Fixes breaking issue when undefined is passed through to the ipaddr isValid method as seen here:

whitequark/ipaddr.js@bebf6ea

Awesome, thanks for the report! I added a couple tests as well so if this breaks again we'll know :) I'm going to publish to npm is just a bit.

Published to npm as 1.0.10

Good to hear, thanks!