256cats / check-proxy

Advanced Node proxy checker (node proxy verifier, node proxy tester) with socks and https support
https://www.npmjs.com/package/check-proxy
MIT License
107 stars 40 forks source link

Issue with libcurl dependency #8

Closed mattxgreen closed 5 years ago

mattxgreen commented 5 years ago

I believe the release version on npm is older (out of sync) with this version on github. Dependency list when installed via npm shows:

"dependencies": {
    "bluebird": ">=3.1.1",
    "geoip-ultralight": "0.1.5",
    "lodash": "4.17.4",
    "node-libcurl": "git+https://github.com/256cats/node-libcurl.git#develop",
    "tslib": "1.7.1"
  }

VS:

  "dependencies": {
    "bluebird": ">=3.1.1",
    "geoip-ultralight": "0.1.5",
    "lodash": "4.17.4",
    "tslib": "1.7.1",
    "node-libcurl": "1.3.0"
  },

You can see libcurl is being pulled from a git repo, which requires git to be installed on the host. An update on npm would be appreciated. Thanks.

256cats commented 5 years ago

Libcurl dependency was removed.