Comparing version 0.0.3 to 0.0.4
@@ -33,3 +33,3 @@ /** | ||
*/ | ||
Unirest = function (method, uri, headers, body) { | ||
Unirest = function (method, uri, headers, body, callback) { | ||
var unirest = function (uri, headers, body, callback) { | ||
@@ -531,3 +531,3 @@ var $this = { | ||
return uri ? unirest(uri) : unirest; | ||
return uri ? unirest(uri, headers, body, callback) : unirest; | ||
}; | ||
@@ -534,0 +534,0 @@ |
{ | ||
"name": "unirest", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"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
44551