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 1.10.3 to 1.10.4

5

lib/request.js

@@ -24,5 +24,8 @@ 'use strict';

this.options = options || {};
this.debug = options.debug;
if (this.debug) {
q.longStackSupport = true;
}
this.host = options.host || 'api.heroku.com';
this.log = options.log;
this.debug = options.debug;
this.callback = callback;

@@ -29,0 +32,0 @@ this.deferred = q.defer();

2

package.json
{
"name": "heroku-client",
"description": "A wrapper for the Heroku v3 API",
"version": "1.10.3",
"version": "1.10.4",
"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