Socket
Socket
Sign inDemoInstall

chlid-proxy

Package Overview
Dependencies
140
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.5 to 1.0.6

2

controllers/proxyController.js

@@ -121,3 +121,3 @@ const axios = require('axios');

'response-error-headers': (include.includes('response-error-headers') && error.response.headers),
'response-error-data': (include.includes('response-error-data') && error.response.data.errors),
'response-error-data': (include.includes('response-error-data') && error.response.data),
'--user-agent': (include.includes('--user-agent') && null)

@@ -124,0 +124,0 @@ });

{
"name": "chlid-proxy",
"version": "1.0.5",
"version": "1.0.6",
"description": "Private Package",

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

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