Socket
Socket
Sign inDemoInstall

axios-https-proxy

Package Overview
Dependencies
9
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.0 to 0.1.1

5

package.json
{
"name": "axios-https-proxy",
"version": "0.1.0",
"version": "0.1.1",
"description": "HTTPS proxy support interceptor of axios.",

@@ -37,4 +37,3 @@ "main": "index.js",

"dependencies": {
"https-proxy-agent": "^2.2.1",
"tunnel-agent": "^0.6.0"
"https-proxy-agent": "^2.2.1"
},

@@ -41,0 +40,0 @@ "devDependencies": {

3

README.md

@@ -8,2 +8,3 @@ # axios-https-proxy

[![JavaScript Style Guide](https://img.shields.io/badge/code%20style-standard-brightgreen.svg)](http://standardjs.com/)
[![Greenkeeper badge](https://badges.greenkeeper.io/Gerhut/axios-https-proxy.svg)](https://greenkeeper.io/)

@@ -19,3 +20,3 @@ HTTPS proxy support interceptor of axios.

```JavaScript
const axios = requirE('axios')
const axios = require('axios')
const axiosHttpsProxy = require('axios-https-proxy')

@@ -22,0 +23,0 @@ axios.interceptors.request.use(axiosHttpsProxy)

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