Socket
Socket
Sign inDemoInstall

https-proxy-agent

Package Overview
Dependencies
3
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.0.0 to 7.0.1

2

dist/parse-proxy-response.js

@@ -50,3 +50,3 @@ "use strict";

}
const headerParts = buffered.toString('ascii').split('\r\n');
const headerParts = buffered.slice(0, endOfHeaders).toString('ascii').split('\r\n');
const firstLine = headerParts.shift();

@@ -53,0 +53,0 @@ if (!firstLine) {

{
"name": "https-proxy-agent",
"version": "7.0.0",
"version": "7.0.1",
"description": "An HTTP(s) proxy `http.Agent` implementation for HTTPS",

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

Sorry, the diff of this file is not supported yet

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