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

fetch

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fetch - npm Package Compare versions

Comparing version 0.3.3 to 0.3.4

4

lib/fetch.js

@@ -72,4 +72,4 @@ var http = require("http"),

// if disableRedirect is set, then 0
if(!this.options.disableRedirect && typeof this.options.maxredirects != "number" &&
!(this.options.maxredirects instanceof Number)){
if(!this.options.disableRedirect && typeof this.options.maxRedirects != "number" &&
!(this.options.maxRedirects instanceof Number)){
this.options.maxRedirects = 10;

@@ -76,0 +76,0 @@ }else if(this.options.disableRedirects){

{
"name": "fetch",
"description": "Fetch URL contents",
"version": "0.3.3",
"version": "0.3.4",
"author": "Andris Reinman",

@@ -6,0 +6,0 @@ "maintainers": [

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