Gathering detailed insights and metrics for pac-proxy-agent
Gathering detailed insights and metrics for pac-proxy-agent
Gathering detailed insights and metrics for pac-proxy-agent
Gathering detailed insights and metrics for pac-proxy-agent
npm install pac-proxy-agent
Typescript
Module System
Min. Node Version
Node Version
NPM Version
76.6
Supply Chain
74
Quality
77.2
Maintenance
100
Vulnerability
99.6
License
pac-proxy-agent@7.2.0
Updated on Feb 18, 2025
agent-base@7.1.3
Updated on Dec 08, 2024
socks-proxy-agent@8.0.5
Updated on Dec 07, 2024
proxy-agent@6.5.0
Updated on Dec 07, 2024
pac-proxy-agent@7.1.0
Updated on Dec 07, 2024
https-proxy-agent@7.0.6
Updated on Dec 07, 2024
TypeScript (93.57%)
JavaScript (6.43%)
Total Downloads
1,660,435,019
Last Day
667,523
Last Week
11,620,304
Last Month
49,964,253
Last Year
499,576,235
1,061 Stars
298 Commits
258 Forks
19 Watchers
3 Branches
40 Contributors
Updated on Jul 03, 2025
Minified
Minified + Gzipped
Latest Version
7.2.0
Package Id
pac-proxy-agent@7.2.0
Unpacked Size
32.81 kB
Size
7.66 kB
File Count
8
NPM Version
10.8.2
Node Version
20.18.2
Published on
Feb 18, 2025
Cumulative downloads
Total Downloads
Last Day
2%
667,523
Compared to previous day
Last Week
-6.2%
11,620,304
Compared to previous week
Last Month
1.4%
49,964,253
Compared to previous month
Last Year
35.9%
499,576,235
Compared to previous year
http.Agent
implementation for HTTP and HTTPSThis 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.
It is designed to be be used with the built-in http
and https
modules.
1import * as http from 'http'; 2import { PacProxyAgent } from 'pac-proxy-agent'; 3 4const agent = new PacProxyAgent('pac+https://cloudup.com/ceGH2yZ0Bjp+'); 5 6http.get('http://nodejs.org/api/', { agent }, (res) => { 7 console.log('"response" event!', res.headers); 8 res.pipe(process.stdout); 9});
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
Found 13/23 approved changesets -- score normalized to 5
Reason
9 existing vulnerabilities detected
Details
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
license file not detected
Details
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Score
Last Scanned on 2025-06-30
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn Morekoishi-plugin-pac
Proxy Auto Config
pac-proxy-agent-stzhang
A PAC file proxy `http.Agent` implementation for HTTP
pac-proxy-agent-ex
A PAC file proxy `http.Agent` implementation for HTTP
global-proxy-agent
A universal proxy agent for Node.js that combines environment-variable-based proxy resolution with smart protocol-aware agent selection. Automatically supports HTTP, HTTPS, SOCKS, and PAC proxies using a modular, runtime-configurable approach. It also pro