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.10 to 1.0.11

2

index.js

@@ -1,1 +0,1 @@

export {default} from './lib/index'
export {default, HttpAgent, HttpsAgent} from './lib/index'

@@ -5,3 +5,3 @@ import http from 'node:http';

import HttpAgent from './httpAgent.js';
/** @typedef {import('./tunnel').Proxy} Proxy */ /** @typedef {http.AgentOptions & https.AgentOptions & {proxy: string|Proxy, proxyOpts?: *, tunnel?: boolean}} AgentOpts */ export default class Agent {
/** @typedef {import('./tunnel.js').Proxy} Proxy */ /** @typedef {http.AgentOptions & https.AgentOptions & {proxy: string|Proxy, proxyOpts?: *, tunnel?: boolean}} AgentOpts */ export default class Agent {
/**

@@ -22,1 +22,2 @@ * @param {AgentOpts} options

}
export { HttpAgent, HttpsAgent };
{
"name": "@wiajs/agent",
"description": "http/https/socks/tunnel/transfer's proxy agent",
"version": "1.0.10",
"version": "1.0.11",
"type": "module",

@@ -6,0 +6,0 @@ "main": "index.js",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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