Socket
Socket
Sign inDemoInstall

heroku-client

Package Overview
Dependencies
4
Maintainers
4
Versions
72
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.0 to 3.0.1

5

lib/request.js

@@ -156,6 +156,7 @@ 'use strict'

logRequest (req) {
debug(`--> ${req.method} ${this.options.path}`)
if (this.debug) console.error('--> ' + req.method + ' ' + req.path)
if (!req._headers) return
let headers = renderHeaders(req._headers)
debug(`--> ${req.method} ${this.options.path}`)
debugHeaders('\n' + headers)
if (this.debug) console.error('--> ' + req.method + ' ' + req.path)
if (this.debugHeaders) console.error(headers)

@@ -162,0 +163,0 @@ }

12

package.json
{
"name": "heroku-client",
"description": "A wrapper for the Heroku v3 API",
"version": "3.0.0",
"version": "3.0.1",
"author": "Jeff Dickey",

@@ -22,7 +22,7 @@ "bugs": {

"devDependencies": {
"ava": "^0.16.0",
"codecov": "^1.0.1",
"nock": "^8.0.0",
"nyc": "^7.0.0",
"standard": "^7.1.0"
"ava": "^0.18.0",
"codecov": "^1.0.0",
"nock": "^9.0.0",
"nyc": "^10.0.0",
"standard": "^8.0.0"
},

@@ -29,0 +29,0 @@ "engines": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc