heroku-client
Advanced tools
Comparing version 1.8.0 to 1.8.1
@@ -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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
255063
7147