Socket
Socket
Sign inDemoInstall

yow

Package Overview
Dependencies
1
Maintainers
1
Versions
106
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.108 to 1.0.109

2

package.json
{
"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 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc