pac-proxy-agent
Advanced tools
Comparing version 6.0.3 to 6.0.4
@@ -239,9 +239,9 @@ "use strict"; | ||
PacProxyAgent.protocols = [ | ||
'pac-data', | ||
'pac-file', | ||
'pac-ftp', | ||
'pac-http', | ||
'pac-https', | ||
'pac+data', | ||
'pac+file', | ||
'pac+ftp', | ||
'pac+http', | ||
'pac+https', | ||
]; | ||
exports.PacProxyAgent = PacProxyAgent; | ||
//# sourceMappingURL=index.js.map |
@@ -32,3 +32,3 @@ /// <reference types="node" /> | ||
export declare class PacProxyAgent<Uri extends string> extends Agent { | ||
static readonly protocols: `pac-${Protocols}`[]; | ||
static readonly protocols: `pac+${Protocols}`[]; | ||
uri: URL; | ||
@@ -35,0 +35,0 @@ opts: PacProxyAgentOptions<Uri>; |
@@ -239,9 +239,9 @@ "use strict"; | ||
PacProxyAgent.protocols = [ | ||
'pac-data', | ||
'pac-file', | ||
'pac-ftp', | ||
'pac-http', | ||
'pac-https', | ||
'pac+data', | ||
'pac+file', | ||
'pac+ftp', | ||
'pac+http', | ||
'pac+https', | ||
]; | ||
exports.PacProxyAgent = PacProxyAgent; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "pac-proxy-agent", | ||
"version": "6.0.3", | ||
"version": "6.0.4", | ||
"description": "A PAC file proxy `http.Agent` implementation for HTTP", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
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