Comparing version 1.0.9 to 1.0.10
@@ -21,3 +21,3 @@ /** | ||
const handleResponse = function (self, res) { | ||
const handleResponse = function (self, res, params, budget) { | ||
@@ -84,3 +84,3 @@ if (!res) { | ||
} | ||
return handleResponse(this, res); | ||
return handleResponse(this, res, params, budget); | ||
} | ||
@@ -87,0 +87,0 @@ |
{ | ||
"name": "sq-native", | ||
"version": "1.0.9", | ||
"version": "1.0.10", | ||
"description": "Node.js binding for libsqreen", | ||
@@ -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
3789275