Socket
Socket
Sign inDemoInstall

pac-proxy-agent

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pac-proxy-agent - npm Package Compare versions

Comparing version 6.0.3 to 6.0.4

10

./dist/index.js

@@ -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",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc