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 0.1.1 to 0.1.2

5

History.md
0.1.2 / 2014-04-04
==================
* package: update outdated dependencies
0.1.1 / 2014-02-03

@@ -3,0 +8,0 @@ ==================

6

package.json
{
"name": "pac-proxy-agent",
"version": "0.1.1",
"version": "0.1.2",
"description": "A PAC file proxy `http.Agent` implementation for HTTP",

@@ -32,7 +32,7 @@ "main": "index.js",

"extend": "~1.2.1",
"pac-resolver": "~1.1.0",
"pac-resolver": "~1.2.1",
"proxy-agent": "1",
"get-uri": "~0.1.0",
"stream-to-array": "~1.0.0",
"debug": "~0.7.4"
"debug": "~0.8.0"
},

@@ -39,0 +39,0 @@ "devDependencies": {

pac-proxy-agent
===============
### A PAC file proxy `http.Agent` implementation for HTTP
### A [PAC file][pac-wikipedia] proxy `http.Agent` implementation for HTTP and HTTPS
[![Build Status](https://travis-ci.org/TooTallNate/node-pac-proxy-agent.png?branch=master)](https://travis-ci.org/TooTallNate/node-pac-proxy-agent)
This module provides an `http.Agent` implementation that retreives the specified
PAC proxy file and uses it to resolve which HTTP, HTTPS, or SOCKS proxy, or if a
direct connection should be used to connect to the HTTP endpoint.
[PAC proxy file][pac-wikipedia] and uses it to resolve which HTTP, HTTPS, or
SOCKS proxy, or if a direct connection should be used to connect to the
HTTP endpoint.

@@ -76,1 +77,3 @@ It is designed to be be used with the built-in `http` and `https` modules.

SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
[pac-wikipedia]: http://wikipedia.org/wiki/Proxy_auto-config
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