Comparing version 0.0.7 to 0.0.8
@@ -620,3 +620,3 @@ /** | ||
str.push(typeof value == "object" ? serialize(value, key) : encodeURIComponent(key) + "=" + encodeURIComponent(value)); | ||
str.push(typeof value == "object" ? Unirest.serializers.form(value, key) : encodeURIComponent(key) + "=" + encodeURIComponent(value)); | ||
} | ||
@@ -623,0 +623,0 @@ |
{ | ||
"name": "unirest", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"description": "Lightweight HTTP Request library.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
45489