Comparing version 1.0.108 to 1.0.109
{ | ||
"name": "yow", | ||
"version": "1.0.108", | ||
"version": "1.0.109", | ||
"description": "You Only Wish module", | ||
@@ -5,0 +5,0 @@ "main": "yow.js", |
@@ -51,2 +51,4 @@ | ||
self.defaultOptions = Object.assign({}, options); | ||
debug('Default options', self.defaultOptions); | ||
} | ||
@@ -118,2 +120,7 @@ | ||
// If default options includes a path, join the two | ||
if (isString(self.defaultOptions.path) && isString(options.path)) { | ||
options.path = Path.join(self.defaultOptions.path, options.path); | ||
} | ||
headers['content-length'] = data == undefined ? 0 : Buffer.from(data).length; | ||
@@ -161,3 +168,2 @@ | ||
var iface = params.protocol === "https:" ? https : http; | ||
@@ -164,0 +170,0 @@ |
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
17250
396