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.105 to 1.0.106

5

package.json
{
"name": "yow",
"version": "1.0.105",
"version": "1.0.106",
"description": "You Only Wish module",

@@ -9,3 +9,4 @@ "main": "yow.js",

"goto-npm": "open https://www.npmjs.com/package/yow",
"commit": "git add -A && git commit -m '-' && git push"
"git-commit": "git add -A && git commit -m '-' && git push",
"npm-publish": "npm publish"
},

@@ -12,0 +13,0 @@ "repository": {

2

request.js

@@ -156,3 +156,3 @@

if (isString(params.query) && params.query.length > 0) {
params.path = Path.join(params.path, '?' + params.query);
params.path = params.path + '?' + params.query;
}

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