Comparing version 0.5.32 to 0.5.33
@@ -169,3 +169,3 @@ /** | ||
self._captureMetaAndStats(null, result); | ||
setImmediate(callback, null, result.data, result.meta); | ||
setImmediate(callback, null, result && result.data, result && result.meta); | ||
}, function requestFailed(err) { | ||
@@ -172,0 +172,0 @@ self._captureMetaAndStats(err); |
{ | ||
"name": "fetchr", | ||
"version": "0.5.32", | ||
"version": "0.5.33", | ||
"description": "Fetchr augments Flux applications by allowing Flux stores to be used on server and client to fetch data", | ||
@@ -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
72175