Socket
Socket
Sign inDemoInstall

follow-redirects

Package Overview
Dependencies
0
Maintainers
2
Versions
65
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.14.0 to 1.14.1

4

index.js

@@ -66,8 +66,4 @@ var url = require("url");

RedirectableRequest.prototype.abort = function () {
// Abort the internal request
abortRequest(this._currentRequest);
// Abort this request
this.emit("abort");
this.removeAllListeners();
};

@@ -74,0 +70,0 @@

2

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

@@ -5,0 +5,0 @@ "license": "MIT",

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc