Comparing version 0.0.8 to 0.0.9
@@ -613,3 +613,4 @@ /** | ||
form: function (obj, parent) { | ||
if (!is(obj).a(Object)) return obj; | ||
if (!is(obj).a(Object) && !is(obj).a(Array)) | ||
return obj; | ||
@@ -616,0 +617,0 @@ var str = []; |
{ | ||
"name": "unirest", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"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
45517
769