Socket
Socket
Sign inDemoInstall

http-call

Package Overview
Dependencies
Maintainers
3
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

http-call - npm Package Compare versions

Comparing version 4.0.2 to 4.0.3

2

lib/http.js

@@ -247,3 +247,3 @@ "use strict";

if (!this.headers.location)
throw new Error('Redirect with no location header');
throw new Error(`Redirect from ${this.url} has no location header`);
const location = this.headers.location;

@@ -250,0 +250,0 @@ if (Array.isArray(location)) {

{
"name": "http-call",
"description": "make http requests",
"version": "4.0.2",
"version": "4.0.3",
"author": "Jeff Dickey @jdxcode",

@@ -6,0 +6,0 @@ "bugs": "https://github.com/heroku/http-call/issues",

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