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 5.1.1 to 5.1.2

2

lib/http.js

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

headers = Object.assign({}, headers);
if (headers.authorization)
if (process.env.HTTP_CALL_REDACT !== '0' && headers.authorization)
headers.authorization = '[REDACTED]';

@@ -326,0 +326,0 @@ return headers;

{
"name": "http-call",
"description": "make http requests",
"version": "5.1.1",
"version": "5.1.2",
"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