Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

follow-redirects

Package Overview
Dependencies
Maintainers
2
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.15.6 to 1.15.7

nope.js

8

index.js

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

var debug = require("./debug");
var nope = require("./nope");
// Disaster prevention
/* istanbul ignore next */
if (nope.isBrowser()) {
module.exports = nope;
return;
}
// Whether to use the native URL object or the legacy url module

@@ -11,0 +19,0 @@ var useNativeURL = false;

3

package.json
{
"name": "follow-redirects",
"version": "1.15.6",
"version": "1.15.7",
"description": "HTTP and HTTPS modules that follow redirects.",
"license": "MIT",
"main": "index.js",
"browser": "nope.js",
"files": [

@@ -8,0 +9,0 @@ "*.js"

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