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.109 to 1.0.110

2

package.json
{
"name": "yow",
"version": "1.0.109",
"version": "1.0.110",
"description": "You Only Wish module",

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

@@ -194,4 +194,2 @@

catch (error) {
console.error('Cannot parse JSON from API.', body);
body = {};
}

@@ -207,8 +205,3 @@ }

if (response.statusCode < 200 || response.statusCode > 299) {
reject(new Error(reply.statusMessage));
}
else {
resolve(reply);
}
resolve(reply);
})

@@ -215,0 +208,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