Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@wiajs/agent

Package Overview
Dependencies
Maintainers
0
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wiajs/agent - npm Package Compare versions

Comparing version 1.0.15 to 1.0.18

dist/agent.cjs

36

package.json
{
"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
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