@wiajs/agent
Advanced tools
Comparing version 1.0.10 to 1.0.11
@@ -1,1 +0,1 @@ | ||
export {default} from './lib/index' | ||
export {default, HttpAgent, HttpsAgent} from './lib/index' |
@@ -5,3 +5,3 @@ import http from 'node:http'; | ||
import HttpAgent from './httpAgent.js'; | ||
/** @typedef {import('./tunnel').Proxy} Proxy */ /** @typedef {http.AgentOptions & https.AgentOptions & {proxy: string|Proxy, proxyOpts?: *, tunnel?: boolean}} AgentOpts */ export default class Agent { | ||
/** @typedef {import('./tunnel.js').Proxy} Proxy */ /** @typedef {http.AgentOptions & https.AgentOptions & {proxy: string|Proxy, proxyOpts?: *, tunnel?: boolean}} AgentOpts */ export default class Agent { | ||
/** | ||
@@ -22,1 +22,2 @@ * @param {AgentOpts} options | ||
} | ||
export { HttpAgent, HttpsAgent }; |
{ | ||
"name": "@wiajs/agent", | ||
"description": "http/https/socks/tunnel/transfer's proxy agent", | ||
"version": "1.0.10", | ||
"version": "1.0.11", | ||
"type": "module", | ||
@@ -6,0 +6,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
501412
12904