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

proxy-rotator-agent

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

proxy-rotator-agent - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

2

package.json

@@ -6,3 +6,3 @@ {

"description": "HTTP proxy rotator tunneling agent",
"version": "0.0.1",
"version": "0.0.2",
"repository": {

@@ -9,0 +9,0 @@ "url": "https://github.com/fabiel-leon/proxy-rotator-agent"

@@ -1,15 +0,14 @@

# tunnel-agent
# proxy-rotator-agent
HTTP proxy rotator tunneling agent
This agent rotates requests trought especified proxies
## for axios
If 2 proxies are specified
First request goes trought first proxy
Second request goes trought seconde proxy
Third request goes trought first proxy
```js
```
## for mikeal/request
```js
const ProxyRotator = require('proxy-rotator')
const ProxyRotator = require('proxy-rotator-agent')

@@ -77,1 +76,7 @@ const agent = new ProxyRotator({

```
## for axios
```js
```
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