Skip to content
This repository has been archived by the owner on May 5, 2023. It is now read-only.

Revert socks-proxy-agent to 3.x to maintain compatibility with node 4.x #21

Merged
merged 2 commits into from
Apr 12, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2.3.1 / 2018-04-12
==================

* Revert socks-proxy-agent to 3.x to maintain compatibility with node 4.x

2.2.0 / 2018-01-15
==================
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "proxy-agent",
"version": "2.3.0",
"version": "2.3.1",
"description": "Maps proxy protocols to `http.Agent` implementations",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -33,7 +33,7 @@
"lru-cache": "^4.1.2",
"pac-proxy-agent": "^2.0.1",
"proxy-from-env": "^1.0.0",
"socks-proxy-agent": "^4.0.0"
"socks-proxy-agent": "^3.0.0"
},
"devDependencies": {
"mocha": "^5.0.5",
Expand Down