PaddeK / node-maxmind-db

This is the pure Node API for reading MaxMind DB files. MaxMind DB is a binary file format that stores data indexed by IP address subnets (IPv4 or IPv6).
GNU Lesser General Public License v2.1
88 stars 25 forks source link

Added parsing of IPv4-mapped IPv6 addresses #20

Open fedot opened 8 years ago

fedot commented 8 years ago

This makes possible to use IPv4-mapped IPv6 addresses and solves #14

the-eater commented 8 years ago

Looks good, did you test it?

fedot commented 8 years ago

Renamed methods according to naming convention and added a test case.

jhurliman commented 8 years ago

+1

infi-pc commented 8 years ago

+1

fedot commented 8 years ago

@PaddeK, @EaterOfCode, we using this code in production 4+ months, any chance to merge it and roll a new npm package version?