-
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
c573dbe
commit 63adbce
Showing
26 changed files
with
171 additions
and
104 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 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
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
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 @@ | ||
# get-uri | ||
|
||
## 6.0.1 | ||
|
||
### Patch Changes | ||
|
||
- 7674748: Update `@types/node` to v14.18.45 | ||
- Updated dependencies [7674748] | ||
- [email protected] | ||
|
||
## 6.0.0 | ||
|
||
### Major 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,13 @@ | ||
# http-proxy-agent | ||
|
||
## 6.0.1 | ||
|
||
### Patch Changes | ||
|
||
- 7674748: Update `@types/node` to v14.18.45 | ||
- Updated dependencies [7674748] | ||
- [email protected] | ||
|
||
## 6.0.0 | ||
|
||
### Major 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": "http-proxy-agent", | ||
"version": "6.0.0", | ||
"version": "6.0.1", | ||
"description": "An HTTP(s) proxy `http.Agent` implementation for HTTP", | ||
"main": "./dist/index.js", | ||
"types": "./dist/index.d.ts", | ||
|
@@ -27,7 +27,7 @@ | |
"author": "Nathan Rajlich <[email protected]> (http://n8.io/)", | ||
"license": "MIT", | ||
"dependencies": { | ||
"agent-base": "^7.0.0", | ||
"agent-base": "^7.0.1", | ||
"debug": "^4.3.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,18 @@ | ||
# https-proxy-agent | ||
|
||
## 6.1.0 | ||
|
||
### Minor Changes | ||
|
||
- fd6209c: Emit "proxyConnect" event on HTTP `request` object (part of #153) | ||
- c573dbe: Emit "proxyConnect" event on Agent instance | ||
|
||
### Patch Changes | ||
|
||
- 7674748: Update `@types/node` to v14.18.45 | ||
- Updated dependencies [7674748] | ||
- [email protected] | ||
|
||
## 6.0.0 | ||
|
||
### Major 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": "6.0.0", | ||
"version": "6.1.0", | ||
"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.0", | ||
"agent-base": "^7.0.1", | ||
"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,20 @@ | ||
# pac-proxy-agent | ||
|
||
## 6.0.1 | ||
|
||
### Patch Changes | ||
|
||
- 7674748: Update `@types/node` to v14.18.45 | ||
- Updated dependencies [fd6209c] | ||
- Updated dependencies [c573dbe] | ||
- Updated dependencies [7674748] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
|
||
## 6.0.0 | ||
|
||
### Major 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": "pac-proxy-agent", | ||
"version": "6.0.0", | ||
"version": "6.0.1", | ||
"description": "A PAC file proxy `http.Agent` implementation for HTTP", | ||
"main": "./dist/index.js", | ||
"types": "./dist/index.d.ts", | ||
|
@@ -31,13 +31,13 @@ | |
"author": "Nathan Rajlich <[email protected]> (http://n8.io/)", | ||
"license": "MIT", | ||
"dependencies": { | ||
"agent-base": "^7.0.0", | ||
"agent-base": "^7.0.1", | ||
"debug": "^4.3.4", | ||
"get-uri": "^6.0.0", | ||
"http-proxy-agent": "^6.0.0", | ||
"https-proxy-agent": "^6.0.0", | ||
"pac-resolver": "^6.0.0", | ||
"socks-proxy-agent": "^8.0.0" | ||
"get-uri": "^6.0.1", | ||
"http-proxy-agent": "^6.0.1", | ||
"https-proxy-agent": "^6.1.0", | ||
"pac-resolver": "^6.0.1", | ||
"socks-proxy-agent": "^8.0.1" | ||
}, | ||
"devDependencies": { | ||
"@types/debug": "^4.1.7", | ||
|
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 @@ | ||
# pac-resolver | ||
|
||
## 6.0.1 | ||
|
||
### Patch Changes | ||
|
||
- 7674748: Update `@types/node` to v14.18.45 | ||
- Updated dependencies [7674748] | ||
- [email protected] | ||
|
||
## 6.0.0 | ||
|
||
### Major 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,19 @@ | ||
# proxy-agent | ||
|
||
## 6.1.2 | ||
|
||
### Patch Changes | ||
|
||
- 7674748: Update `@types/node` to v14.18.45 | ||
- Updated dependencies [fd6209c] | ||
- Updated dependencies [c573dbe] | ||
- Updated dependencies [7674748] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
|
||
## 6.1.1 | ||
|
||
### 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": "proxy-agent", | ||
"version": "6.1.1", | ||
"version": "6.1.2", | ||
"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.0", | ||
"agent-base": "^7.0.1", | ||
"debug": "^4.3.4", | ||
"http-proxy-agent": "^6.0.0", | ||
"https-proxy-agent": "^6.0.0", | ||
"http-proxy-agent": "^6.0.1", | ||
"https-proxy-agent": "^6.1.0", | ||
"lru-cache": "^7.14.1", | ||
"pac-proxy-agent": "^6.0.0", | ||
"pac-proxy-agent": "^6.0.1", | ||
"proxy-from-env": "^1.1.0", | ||
"socks-proxy-agent": "^8.0.0" | ||
"socks-proxy-agent": "^8.0.1" | ||
}, | ||
"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,11 @@ | ||
# proxy | ||
|
||
## 2.0.1 | ||
|
||
### Patch Changes | ||
|
||
- 7674748: Update `@types/node` to v14.18.45 | ||
|
||
## 2.0.0 | ||
|
||
### Major 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,13 @@ | ||
# socks-proxy-agent | ||
|
||
## 8.0.1 | ||
|
||
### Patch Changes | ||
|
||
- 7674748: Update `@types/node` to v14.18.45 | ||
- Updated dependencies [7674748] | ||
- [email protected] | ||
|
||
## 8.0.0 | ||
|
||
### Major 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.
63adbce
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
proxy-agents – ./
proxy-agents-git-main-tootallnate.vercel.app
proxy-agents-tootallnate.vercel.app
proxy-agents.vercel.app