@wiajs/agent
Advanced tools
Comparing version 1.0.15 to 1.0.18
{ | ||
"name": "@wiajs/agent", | ||
"description": "http/https/socks/tunnel/transfer's proxy agent", | ||
"version": "1.0.15", | ||
"version": "1.0.18", | ||
"type": "module", | ||
"main": "index.js", | ||
"types": "index.d.ts", | ||
"exports": { | ||
".": { | ||
"node": { | ||
"import": "./index.js", | ||
"require": "./dist/agent.cjs", | ||
"types": "./types/index.d.ts" | ||
}, | ||
"default": { | ||
"import": "./index.js", | ||
"require": "./dist/agent.cjs", | ||
"types": "./types/index.d.ts" | ||
} | ||
}, | ||
"./package.json": "./package.json" | ||
}, | ||
"scripts": { | ||
"build": "cross-env NODE_ENV=production gulp build -f gulpfile.js", | ||
"lib": "swc --config-file ./.swcrc ./src -d lib -w --strip-leading-paths", | ||
@@ -15,3 +32,13 @@ "lint": "xo", | ||
}, | ||
"keywords": ["agent", "proxy", "socks"], | ||
"keywords": [ | ||
"agent", | ||
"http", | ||
"https", | ||
"proxy", | ||
"socks", | ||
"socks4", | ||
"socks4a", | ||
"socks5", | ||
"socks5h" | ||
], | ||
"repository": { | ||
@@ -30,3 +57,4 @@ "type": "git", | ||
"dependencies": { | ||
"@wiajs/log": "^4.3.11" | ||
"@wiajs/log": "^4.3.16", | ||
"socks": "^2.8.3" | ||
}, | ||
@@ -36,4 +64,4 @@ "devDependencies": {}, | ||
"engines": { | ||
"node": ">=6.0" | ||
"node": ">= 14" | ||
} | ||
} |
@@ -1,3 +0,16 @@ | ||
# @wiajs/agent | ||
http/https/socks/tunnel/transfer's proxy agent | ||
Node.js HTTP/HTTPS Proxy Agents | ||
=============================== | ||
Node.js HTTP/HTTPS Agent implementations that operate over proxies using various protocols. | ||
[![Build Status](https://github.com/wiajs/agent/workflows/Node%20CI/badge.svg)](https://github.com/wiajs/agent/actions?workflow=Node+CI) | ||
For the most common use-cases, you should be using the [`wiajs/agent`](./packages/proxy-agent) module, which utilizes the other, more low-level, agent implementations. | ||
You can find [changelogs here](CHANGELOG.md). | ||
others | ||
- proxy-agents: https://github.com/TooTallNate/proxy-agents |
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
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
55943
11
1254
17
0
2
3
+ Addedsocks@^2.8.3
+ Addedip-address@9.0.5(transitive)
+ Addedjsbn@1.1.0(transitive)
+ Addedsmart-buffer@4.2.0(transitive)
+ Addedsocks@2.8.3(transitive)
+ Addedsprintf-js@1.1.3(transitive)
Updated@wiajs/log@^4.3.16