Updated the project.
This commit is contained in:
parent
5dfe9f128d
commit
7919556077
1550 changed files with 17063 additions and 40183 deletions
5
my-app/node_modules/@npmcli/agent/lib/agents.js
generated
vendored
Executable file → Normal file
5
my-app/node_modules/@npmcli/agent/lib/agents.js
generated
vendored
Executable file → Normal file
|
@ -65,7 +65,10 @@ module.exports = class Agent extends AgentBase {
|
|||
ProxyAgent = this.isSecureEndpoint(options) ? ProxyAgent[1] : ProxyAgent[0]
|
||||
}
|
||||
|
||||
const proxyAgent = new ProxyAgent(proxy, this.#options)
|
||||
const proxyAgent = new ProxyAgent(proxy, {
|
||||
...this.#options,
|
||||
socketOptions: { family: this.#options.family },
|
||||
})
|
||||
proxyCache.set(cacheKey, proxyAgent)
|
||||
|
||||
return proxyAgent
|
||||
|
|
0
my-app/node_modules/@npmcli/agent/lib/dns.js
generated
vendored
Executable file → Normal file
0
my-app/node_modules/@npmcli/agent/lib/dns.js
generated
vendored
Executable file → Normal file
0
my-app/node_modules/@npmcli/agent/lib/errors.js
generated
vendored
Executable file → Normal file
0
my-app/node_modules/@npmcli/agent/lib/errors.js
generated
vendored
Executable file → Normal file
0
my-app/node_modules/@npmcli/agent/lib/index.js
generated
vendored
Executable file → Normal file
0
my-app/node_modules/@npmcli/agent/lib/index.js
generated
vendored
Executable file → Normal file
0
my-app/node_modules/@npmcli/agent/lib/options.js
generated
vendored
Executable file → Normal file
0
my-app/node_modules/@npmcli/agent/lib/options.js
generated
vendored
Executable file → Normal file
0
my-app/node_modules/@npmcli/agent/lib/proxy.js
generated
vendored
Executable file → Normal file
0
my-app/node_modules/@npmcli/agent/lib/proxy.js
generated
vendored
Executable file → Normal file
Loading…
Add table
Add a link
Reference in a new issue