Comparing version 1.0.1 to 1.0.2
@@ -56,3 +56,3 @@ // Generated by LiveScript 1.4.0 | ||
doRequest = function(self, method, body, path, params, callback){ | ||
return (function(){ | ||
(function(){ | ||
var data, dataName, uri, stacktrace, ref$; | ||
@@ -63,3 +63,3 @@ data = import$(import$({}, this.defaultParameters), params); | ||
stacktrace = stackTracer(doRequest); | ||
return request((ref$ = { | ||
request((ref$ = { | ||
uri: uri, | ||
@@ -85,7 +85,3 @@ method: method | ||
params == null && (params = {}); | ||
callback == null && (callback = function(it){ | ||
if (it != null) { | ||
throw it; | ||
} | ||
}); | ||
callback == null && (callback = function(){}); | ||
if (typeof params !== 'object') { | ||
@@ -92,0 +88,0 @@ ref$ = [{}, params], params = ref$[0], callback = ref$[1]; |
{ | ||
"name": "danbooru", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "danbooru api wrapper", | ||
@@ -5,0 +5,0 @@ "main": "lib/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
9910
118