Socket
Socket
Sign inDemoInstall

follow-redirects

Package Overview
Dependencies
2
Maintainers
3
Versions
65
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.5.0 to 1.5.1

3

index.js

@@ -223,2 +223,5 @@ var url = require("url");

this._performRequest();
// Discard the remainder of the response to avoid waiting for data
response.destroy();
}

@@ -225,0 +228,0 @@ else {

2

package.json
{
"name": "follow-redirects",
"version": "1.5.0",
"version": "1.5.1",
"description": "HTTP and HTTPS modules that follow redirects.",

@@ -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