ucloud-helper
Advanced tools
Comparing version 0.1.1 to 0.1.2
{ | ||
"name": "ucloud-helper", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"main": "ucloud-helper.js", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -63,3 +63,3 @@ 'use strict'; | ||
keys.forEach(function(k) { | ||
queryStringParts.push(encodeURI(k) + '=' + encodeURI(params[k])); | ||
queryStringParts.push(encodeURIComponent(k) + '=' + encodeURIComponent(params[k])); | ||
}); | ||
@@ -66,0 +66,0 @@ |
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
4393