Socket
Socket
Sign inDemoInstall

heroku-client

Package Overview
Dependencies
Maintainers
1
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.8.0 to 1.8.1

6

lib/heroku.js

@@ -53,4 +53,6 @@ 'use strict';

for (key in this.options) {
if (!options.hasOwnProperty(key)) {
options[key] = this.options[key];
if (this.options.hasOwnProperty(key)) {
if (!options.hasOwnProperty(key)) {
options[key] = this.options[key];
}
}

@@ -57,0 +59,0 @@ }

{
"name": "heroku-client",
"version": "1.8.0",
"version": "1.8.1",
"description": "A wrapper for the Heroku v3 API",

@@ -5,0 +5,0 @@ "main": "./lib/heroku.js",

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