-
Notifications
You must be signed in to change notification settings - Fork 248
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
913a49a
commit a43e7e6
Showing
17 changed files
with
111 additions
and
148 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,13 @@ | ||
# https-proxy-agent | ||
|
||
## 7.0.6 | ||
|
||
### Patch Changes | ||
|
||
- 913a49a: Only overwrite servername in tls connect when host is not an IP address | ||
- Updated dependencies [1699a09] | ||
- [email protected] | ||
|
||
## 7.0.5 | ||
|
||
### Patch Changes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "https-proxy-agent", | ||
"version": "7.0.5", | ||
"version": "7.0.6", | ||
"description": "An HTTP(s) proxy `http.Agent` implementation for HTTPS", | ||
"main": "./dist/index.js", | ||
"types": "./dist/index.d.ts", | ||
|
@@ -28,7 +28,7 @@ | |
"author": "Nathan Rajlich <[email protected]> (http://n8.io/)", | ||
"license": "MIT", | ||
"dependencies": { | ||
"agent-base": "^7.0.2", | ||
"agent-base": "^7.1.2", | ||
"debug": "4" | ||
}, | ||
"devDependencies": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,17 @@ | ||
# pac-proxy-agent | ||
|
||
## 7.0.3 | ||
|
||
### Patch Changes | ||
|
||
- 913a49a: Only overwrite servername in tls connect when host is not an IP address | ||
- e90e2b2: Properly forward WebSocket requests via PAC agents that resolve to HTTP proxies | ||
- Updated dependencies [913a49a] | ||
- Updated dependencies [1699a09] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
|
||
## 7.0.2 | ||
|
||
### Patch Changes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,23 @@ | ||
# proxy-agent | ||
|
||
## 6.5.0 | ||
|
||
### Minor Changes | ||
|
||
- 85b10b3: Lazily load agents in proxy-agent | ||
- 96b771b: Include ClientRequest in getProxyForUrl parameters for additional flexibility | ||
|
||
### Patch Changes | ||
|
||
- ad68f63: Dispose of Agent instances in cache correctly | ||
- Updated dependencies [913a49a] | ||
- Updated dependencies [1699a09] | ||
- Updated dependencies [e90e2b2] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
|
||
## 6.4.0 | ||
|
||
### Minor Changes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "proxy-agent", | ||
"version": "6.4.0", | ||
"version": "6.5.0", | ||
"description": "Maps proxy protocols to `http.Agent` implementations", | ||
"main": "./dist/index.js", | ||
"types": "./dist/index.d.ts", | ||
|
@@ -32,14 +32,14 @@ | |
"author": "Nathan Rajlich <[email protected]> (http://n8.io/)", | ||
"license": "MIT", | ||
"dependencies": { | ||
"agent-base": "^7.0.2", | ||
"agent-base": "^7.1.2", | ||
"debug": "^4.3.4", | ||
"http-proxy-agent": "^7.0.1", | ||
"https-proxy-agent": "^7.0.5", | ||
"https-proxy-agent": "^7.0.6", | ||
"lru-cache": "^7.14.1", | ||
"pac-proxy-agent": "^7.0.2", | ||
"pac-proxy-agent": "^7.0.3", | ||
"proxy-from-env": "^1.1.0", | ||
"socks-proxy-agent": "^8.0.4" | ||
"socks-proxy-agent": "^8.0.5" | ||
}, | ||
"devDependencies": { | ||
"@types/agent-base": "^4.2.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,13 @@ | ||
# socks-proxy-agent | ||
|
||
## 8.0.5 | ||
|
||
### Patch Changes | ||
|
||
- 913a49a: Only overwrite servername in tls connect when host is not an IP address | ||
- Updated dependencies [1699a09] | ||
- [email protected] | ||
|
||
## 8.0.4 | ||
|
||
### Patch Changes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.