Coder Social home page Coder Social logo

geoip-ultralight's People

Contributors

bluesmoon avatar danielstjules avatar mfinelli avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

geoip-ultralight's Issues

This library is more than 7 years old and stores obsolete and unlicensed data

As the title said, this is unmaintained, careful when integrating in your projects. To this day I see thousands of downloads per week. Also this includes MaxMind's data, which it shouldn't, in theory, due to licensing.

The update script doesn't work anymore and points to a non-existing host.

This is a message for anybody coming here and rightfully checking issues before choosing this seemingly popular library for his own project. Don't use this, data is very likely misleading due to age.

Cheers

updatedb doesn't always work

When trying to update the country databases, sometimes the update script exits early without any error being reported:

$ npm run-script updatedb

> [email protected] updatedb /Users/srussell/Documents/work/git/data-collector/node_modules/geoip-ultralight
> node scripts/updatedb.js

Retrieving GeoIPCountryCSV.zip ... DONE
Extracting GeoIPCountryCSV.zip ...

It seems like the file was unzipped properly, since it matches the size of the file when the script does work correctly. It's just that the post-processing of that file doesn't happen and the IPv6 data isn't processed at all.

This happens on two different Mac OS X 10.11 machines, one running node 6.4.0, the other running 4.4.6.

crash when using datawatcher on Windows

Perhaps problems on other platforms also, not tested. Quick fix for anyone interested:
In fsWatcher.js find this line:
var filePath = path.join(directory, changedFile);
change to:
var filePath = path.join(directory, changedFile || 'no__file_passed__with_event');

Compatibility with Node.js v8

Would it be possible to relax or bump rimraf and unzip dependencies?

npm WARN deprecated [email protected]: graceful-fs v3.0.0 and before will fail on node releases >= v7.0. Please update to graceful-fs@^4.0.0 as soon as possible. Use 'npm ls graceful-fs' to find it in the tree.

├─┬ [email protected]
│ ├─┬ [email protected]
│ │ └── [email protected] 
│ └─┬ [email protected]
│   └─┬ [email protected]
│     └── [email protected]  

Perhaps one could use the caret(^) instead of the tilde(~) in package.json for those two?

Thanks.

graceful-fs

Just to say this comes up with
deprecated [email protected]: please upgrade to graceful-fs 4 for compatibility with current and future versions of Node.js
npm WARN deprecated [email protected]: please upgrade to graceful-fs 4 for compatibility with current and future versions of Node.js

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.