Socket
Socket
Sign inDemoInstall

follow-redirects

Package Overview
Dependencies
Maintainers
3
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

follow-redirects - npm Package Compare versions

Comparing version 1.11.0 to 1.12.0

debug.js

4

index.js

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

var https = require("https");
var Writable = require("stream").Writable;
var assert = require("assert");
var Writable = require("stream").Writable;
var debug = require("debug")("follow-redirects");
var debug = require("./debug");

@@ -10,0 +10,0 @@ // Create handlers that pass events from native requests

{
"name": "follow-redirects",
"version": "1.11.0",
"version": "1.12.0",
"description": "HTTP and HTTPS modules that follow redirects.",

@@ -40,4 +40,4 @@ "license": "MIT",

],
"dependencies": {
"debug": "^3.0.0"
"peerDependencies": {
"debug": "^3.0.0 || ^4.0.0"
},

@@ -44,0 +44,0 @@ "devDependencies": {

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc