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

heroku-client

Package Overview
Dependencies
Maintainers
3
Versions
72
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

heroku-client - npm Package Compare versions

Comparing version 2.3.1 to 2.3.2

9

lib/request.js

@@ -20,4 +20,5 @@ 'use strict';

function Request(options, callback) {
this.options = options || {};
this.debug = options.debug;
this.options = options || {};
this.debug = options.debug;
this.debugHeaders = options.debugHeaders;
if (this.debug) {

@@ -180,2 +181,4 @@ q.longStackSupport = true;

console.error('--> ' + req.method + ' ' + req.path);
}
if (this.debugHeaders) {
printHeaders(req._headers);

@@ -198,2 +201,4 @@ }

console.error('<-- ' + res.statusCode + ' ' + res.statusMessage);
}
if (this.debugHeaders) {
printHeaders(res.headers);

@@ -200,0 +205,0 @@ }

{
"name": "heroku-client",
"description": "A wrapper for the Heroku v3 API",
"version": "2.3.1",
"version": "2.3.2",
"author": "Jonathan Clem",

@@ -6,0 +6,0 @@ "bugs": {

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