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.3 to 1.5.4

2

index.js

@@ -161,3 +161,3 @@ var url = require("url");

if (requestBodyBuffers.length !== 0) {
var buffer = requestBodyBuffers.pop();
var buffer = requestBodyBuffers.shift();
request.write(buffer.data, buffer.encoding, writeNext);

@@ -164,0 +164,0 @@ }

{
"name": "follow-redirects",
"version": "1.5.3",
"version": "1.5.4",
"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