File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11https-proxy-agent
22================
3+ # fixed the socket connection leak problem within [ https-proxy-agent@4.0.0] ( https://github.com/TooTallNate/node-https-proxy-agent )
4+
35### An HTTP(s) proxy ` http.Agent ` implementation for HTTPS
4- [ ![ Build Status] ( https://github.com/TooTallNate /node-https-proxy-agent/workflows/Node%20CI/badge.svg )] ( https://github.com/TooTallNate /node-https-proxy-agent/actions?workflow=Node+CI )
6+ [ ![ Build Status] ( https://github.com/Kluezesh /node-https-proxy-agent/workflows/Node%20CI/badge.svg )] ( https://github.com/Kluezesh /node-https-proxy-agent/actions?workflow=Node+CI )
57
68This module provides an ` http.Agent ` implementation that connects to a specified
79HTTP or HTTPS proxy server, and can be used with the built-in ` https ` module.
Original file line number Diff line number Diff line change 11{
2- "name" : " https-proxy-agent" ,
3- "version" : " 4.0.0 " ,
4- "description" : " An HTTP(s) proxy `http.Agent` implementation for HTTPS" ,
2+ "name" : " https-proxy-agent-fix " ,
3+ "version" : " 4.0.1 " ,
4+ "description" : " (fix bug) An HTTP(s) proxy `http.Agent` implementation for HTTPS" ,
55 "main" : " ./index.js" ,
66 "types" : " ./index.d.ts" ,
77 "scripts" : {
88 "test" : " mocha --reporter spec"
99 },
1010 "repository" : {
1111 "type" : " git" ,
12- "url" : " git://github.com/TooTallNate /node-https-proxy-agent.git"
12+ "url" : " git://github.com/Kluezesh /node-https-proxy-agent.git"
1313 },
1414 "keywords" : [
1515 " https" ,
1616 " proxy" ,
1717 " endpoint" ,
18- " agent"
18+ " agent" ,
19+ " fix"
1920 ],
20- "author" : " Nathan Rajlich <nathan@tootallnate.net> (http://n8.io/) " ,
21+ "author" : " kluezesh " ,
2122 "license" : " MIT" ,
2223 "bugs" : {
23- "url" : " https://github.com/TooTallNate /node-https-proxy-agent/issues"
24+ "url" : " https://github.com/Kluezesh /node-https-proxy-agent/issues"
2425 },
2526 "dependencies" : {
2627 "agent-base" : " 5" ,
You can’t perform that action at this time.
0 commit comments