apify / proxy-chain

Node.js implementation of a proxy server (think Squid) with support for SSL, authentication and upstream proxy chaining.

Home Page:https://www.npmjs.com/package/proxy-chain

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

version rollback 0.49 => 0.47

rafipiccolo opened this issue · comments

Hello,

i can see here that current version is 0.47
https://www.npmjs.com/package/proxy-chain

this is why npm is now installing version 0.47 by default
but last week it was installing version 0.49.

npm install proxy-chain

hence my question, why this rollback ?
Should i downgrade ? is there a bug/security risk in 0.49 or 0.48 ?

It was just that the changes introduced in the parseUrl() function turned out to be breaking, so we reverted back. All the changes were released in version 1.0 (now in beta).

See https://github.com/apify/proxy-chain/blob/master/CHANGELOG.md