Comparing version 0.8.7 to 0.8.8
@@ -0,0 +0,0 @@ "use strict"; |
@@ -818,3 +818,5 @@ "use strict"; | ||
var url = params ? '?' + qs.stringify(params) : ''; | ||
// Stringify the list params but don't encode them yet, since ::request | ||
// already encodes the value, leading to double-encoding issues | ||
var url = params ? '?' + decodeURIComponent(qs.stringify(params)) : ''; | ||
@@ -821,0 +823,0 @@ return this.getFile(url, headers, function(err, res){ |
@@ -9,3 +9,3 @@ { | ||
], | ||
"version": "0.8.7", | ||
"version": "0.8.8", | ||
"author": "TJ Holowaychuk <tj@learnboost.com>", | ||
@@ -12,0 +12,0 @@ "contributors": [ |
@@ -0,0 +0,0 @@ # knox |
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
1040
44453