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.2 to 1.10.3

7

lib/request.js

@@ -96,5 +96,6 @@ 'use strict';

defaultRequestOptions = {
auth: this.options.auth || ':' + this.options.token,
method: this.options.method || 'GET',
headers: headers
auth: this.options.auth || ':' + this.options.token,
method: this.options.method || 'GET',
rejectUnauthorized: this.options.rejectUnauthorized,
headers: headers
};

@@ -101,0 +102,0 @@

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

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

@@ -225,2 +225,3 @@ 'use strict';

'Accept': 'application/vnd.heroku+json; version=3',
'User-Agent': 'node-heroku-client/'+require('../../package.json').version,
'Content-type': 'application/json',

@@ -227,0 +228,0 @@ 'Range': 'id ]..; max=1000'

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