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

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 5.0.0 to 5.0.1

2

lib/http.js

@@ -45,2 +45,4 @@ "use strict";

for (let k of Object.keys(headers)) {
if (!headers[k] && headers[k] !== '')
continue;
newHeaders[k] = headers[k];

@@ -47,0 +49,0 @@ }

2

package.json
{
"name": "http-call",
"description": "make http requests",
"version": "5.0.0",
"version": "5.0.1",
"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