follow-redirects
Advanced tools
Comparing version 1.15.6 to 1.15.7
@@ -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; |
{ | ||
"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" |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
30246
8
637
1
4