Socket
Socket
Sign inDemoInstall

yow

Package Overview
Dependencies
2
Maintainers
1
Versions
106
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.100 to 1.0.101

2

package.json
{
"name": "yow",
"version": "1.0.100",
"version": "1.0.101",
"description": "You Only Wish module",

@@ -5,0 +5,0 @@ "main": "yow.js",

@@ -71,6 +71,4 @@

debug('-----------------------------------');
debug('Request arguments:', arguments);
debug('Request:', arguments);
var self = this;

@@ -100,3 +98,3 @@ var https = require('https');

debug('Options:', options);
debug('Request options:', options);

@@ -166,3 +164,3 @@ return new Promise(function(resolve, reject) {

debug('Request:', params);
debug('Request params:', params);

@@ -216,3 +214,2 @@ var request = iface.request(params, function(response) {

if (data) {
debug('Writing data:', data);
request.write(data);

@@ -219,0 +216,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