Socket
Socket
Sign inDemoInstall

node-cookie-proxy-agent

Package Overview
Dependencies
13
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.2 to 1.0.5

bin/agents.d.ts

7

package.json
{
"name": "node-cookie-proxy-agent",
"version": "1.0.2",
"version": "1.0.5",
"description": "HTTP & HTTPS agents with cookie and proxy support",
"main": "bin/agents.js",
"types": "bin/agents.d.ts",
"files": [
"bin",
"src"
],
"scripts": {

@@ -7,0 +12,0 @@ "build": "tsc --build",

9

README.md
# node-cookie-proxy-agent
![npm](https://img.shields.io/npm/v/node-cookie-proxy-agent)
HTTP & HTTPS agents with cookie and proxy support
## Install

@@ -11,4 +15,6 @@

Pass `http-cookie-agent` to HTTP clients instead of http(s).Agent.
Pass `node-cookie-proxy-agent` to HTTP clients instead of http(s).Agent.
For exemple with axios:
```ts

@@ -29,3 +35,2 @@ import axios from 'axios';

})().catch(err => console.error(err));
```
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc